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

src/browser.c

index 477678886bf52d76def23d1893c6a07d5c93e67c..2f1350f073cdd3bfa9111b60e1e745bf4a456272 100644 (file)
@@ -148,8 +148,8 @@ char *do_browser(char *path, DIR *dir)
                            if (selected > filelist_len - 1)
                                selected = filelist_len - 1;
                            else if (old_selected == selected)
-                               /* Put back the "Select" key, so that
-                                * the file is read in. */
+                               /* Put back the Enter key, so that the
+                                * file is read in. */
                                unget_kbinput(NANO_ENTER_KEY, FALSE,
                                        FALSE);
                        }