]> git.wh0rd.org Git - nano.git/commitdiff
still more comment fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 2 Jul 2006 15:54:14 +0000 (15:54 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 2 Jul 2006 15:54:14 +0000 (15:54 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3716 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/browser.c
src/help.c

index f9caa11788290f1c3904d24b43f930f2e7a1582a..c279612d3ba102d06f806aa917411fffdccc94eb 100644 (file)
@@ -44,8 +44,8 @@ static size_t selected = 0;
 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;
index 749898bf84e0e3008e2804386d62b9eb1504e0bb..d94f2ee1e7d4a8b3927e2af7555cb3d88ab6cf58 100644 (file)
@@ -32,8 +32,8 @@
 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;