comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3706 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-06-30 14:25:34 +00:00
parent 2458b295d9
commit 8f975a11f0
1 changed files with 2 additions and 2 deletions

View 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);
}