static bool search_last_file = FALSE;
/* Have we gone past the last file while searching? */
-/* Our browser function. path is the tilde-expanded path to start
- * browsing from. */
+/* Our main file browser function. path is the tilde-expanded path to
+ * start browsing from. */
char *do_browser(char *path, DIR *dir)
{
char *retval = NULL;
static char *help_text = NULL;
/* The text displayed in the help window. */
-/* Our dynamic, shortcut list-compliant help function. refresh_func is
- * the function we will call to refresh the edit window.*/
+/* Our main help browser function. refresh_func is the function we will
+ * call to refresh the edit window.*/
void do_help(void (*refresh_func)(void))
{
int kbinput = ERR;