]> git.wh0rd.org Git - nano.git/commitdiff
comment fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 28 Nov 2004 04:52:57 +0000 (04:52 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 28 Nov 2004 04:52:57 +0000 (04:52 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2151 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/files.c
src/nano.c

index 4138887021e291a060dfa6e2b877d49f2d9e374d..7e054ec51a7238e4666a72ce705b719f1fe5bc77 100644 (file)
@@ -2582,7 +2582,7 @@ char *do_browser(const char *inpath)
                if (selected > numents - 1)
                    selected = numents - 1;
                else if (selectedbackup == selected)
-                   /* Unget the 'select' key */
+                   /* Put back the 'select' key */
                    unget_kbinput('s', FALSE, FALSE);
            } else {
                /* Must be clicking a shortcut */
index ba29cc18fcfa0336e67bfccb10a1b158722eddb9..2952405a59a99fe38952b99c41ec85c107b78d29 100644 (file)
@@ -3026,8 +3026,8 @@ void do_justify(bool full_justify)
     shortcut_init(TRUE);
     display_main_list();
 
-    /* Now get a keystroke and see if it's unjustify; if not, unget the
-     * keystroke and return. */
+    /* Now get a keystroke and see if it's unjustify.  If not, put back
+     * the keystroke and return. */
     kbinput = get_edit_input(&meta_key, &func_key, FALSE);
 
     if (!meta_key && !func_key && kbinput == NANO_UNJUSTIFY_KEY) {