]> git.wh0rd.org Git - nano.git/commitdiff
comment fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 30 Jun 2006 22:34:10 +0000 (22:34 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 30 Jun 2006 22:34:10 +0000 (22:34 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3712 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/browser.c
src/help.c
src/proto.h

index 5db45578d3d36eb384d9974b0e13c14e6bd77aa0..c5c93e82458d2f3a7f61a17965ef6fbbd1b14fa8 100644 (file)
@@ -95,7 +95,7 @@ char *do_browser(char *path, DIR *dir)
        size_t fileline;
                /* The line number the selected file is on. */
        size_t old_selected = selected;
-               /* The file we had selected before the current selected
+               /* The selected file we had before the current selected
                 * file. */
        bool found_prev_dir = FALSE;
                /* Whether we've selected a directory in prev_dir. */
index 692cc0e11ce140adbabdcd0c6ac82fc04104d280..da5d01f744556338f0bf21ac73a15e8ec0219a0e 100644 (file)
@@ -48,8 +48,7 @@ void do_help(void (*refresh_func)(void))
         * variable is zero-based. */
 #ifndef DISABLE_MOUSE
     const shortcut *oldshortcut = currshortcut;
-       /* We will set currshortcut to allow clicking on the help
-        * screen's shortcut list. */
+       /* The current shortcut list. */
 #endif
     const char *ptr;
 
index 00fd9874ce3811823842a63ce0580f5658cdc238..2616dd8b3fc0997a61c65b2d8d2778dff72ea686 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "nano.h"
 
-/* Public externs.  See global.c for descriptions of them. */
+/* Public external variables.  See global.c for descriptions of them. */
 #ifndef NANO_TINY
 extern sigjmp_buf jump_buf;
 extern bool jump_buf_main;