comment fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2151 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
53d3db4ba6
commit
63e73cbd14
|
@ -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 */
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue