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 */
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) {