size_t fileline;
/* The line number the selected file is on. */
size_t old_selected = selected;
- /* The file we had selected before the current selected
+ /* The selected file we had before the current selected
* file. */
bool found_prev_dir = FALSE;
/* Whether we've selected a directory in prev_dir. */
* variable is zero-based. */
#ifndef DISABLE_MOUSE
const shortcut *oldshortcut = currshortcut;
- /* We will set currshortcut to allow clicking on the help
- * screen's shortcut list. */
+ /* The current shortcut list. */
#endif
const char *ptr;
#include "nano.h"
-/* Public externs. See global.c for descriptions of them. */
+/* Public external variables. See global.c for descriptions of them. */
#ifndef NANO_TINY
extern sigjmp_buf jump_buf;
extern bool jump_buf_main;