"git@gitlab.caltech.edu:cs24-19fa/git_rec_nano.git" did not exist on "b775c07108b0457cc5cec2ab300fb97c43894494"
Commit 0457eb97 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3712 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 3 additions and 4 deletions
+3 -4
...@@ -95,7 +95,7 @@ char *do_browser(char *path, DIR *dir) ...@@ -95,7 +95,7 @@ char *do_browser(char *path, DIR *dir)
size_t fileline; size_t fileline;
/* The line number the selected file is on. */ /* The line number the selected file is on. */
size_t old_selected = selected; size_t old_selected = selected;
/* The file we had selected before the current selected /* The selected file we had before the current selected
* file. */ * file. */
bool found_prev_dir = FALSE; bool found_prev_dir = FALSE;
/* Whether we've selected a directory in prev_dir. */ /* Whether we've selected a directory in prev_dir. */
......
...@@ -48,8 +48,7 @@ void do_help(void (*refresh_func)(void)) ...@@ -48,8 +48,7 @@ void do_help(void (*refresh_func)(void))
* variable is zero-based. */ * variable is zero-based. */
#ifndef DISABLE_MOUSE #ifndef DISABLE_MOUSE
const shortcut *oldshortcut = currshortcut; const shortcut *oldshortcut = currshortcut;
/* We will set currshortcut to allow clicking on the help /* The current shortcut list. */
* screen's shortcut list. */
#endif #endif
const char *ptr; const char *ptr;
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include "nano.h" #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 #ifndef NANO_TINY
extern sigjmp_buf jump_buf; extern sigjmp_buf jump_buf;
extern bool jump_buf_main; extern bool jump_buf_main;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment