From: David Lawrence Ramsey Date: Fri, 30 Jun 2006 14:25:34 +0000 (+0000) Subject: comment fix X-Git-Tag: v1.9.99pre1~155 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8f975a11f06949f0154ad9735368d54fcb67d7d5;p=nano.git comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3706 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/browser.c b/src/browser.c index 47767888..2f1350f0 100644 --- a/src/browser.c +++ b/src/browser.c @@ -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); }