nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 46c29c4351746dc6332eabb3459fa08936858505
parent 17e12691b094e2bc62e1a5a353299e6c88e80319
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sun,  2 Jul 2006 15:54:14 +0000

still more comment fixes


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3716 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/browser.c | 4++--
Msrc/help.c | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/browser.c b/src/browser.c @@ -44,8 +44,8 @@ static size_t selected = 0; static bool search_last_file = FALSE; /* Have we gone past the last file while searching? */ -/* Our browser function. path is the tilde-expanded path to start - * browsing from. */ +/* Our main file browser function. path is the tilde-expanded path to + * start browsing from. */ char *do_browser(char *path, DIR *dir) { char *retval = NULL; diff --git a/src/help.c b/src/help.c @@ -32,8 +32,8 @@ static char *help_text = NULL; /* The text displayed in the help window. */ -/* Our dynamic, shortcut list-compliant help function. refresh_func is - * the function we will call to refresh the edit window.*/ +/* Our main help browser function. refresh_func is the function we will + * call to refresh the edit window.*/ void do_help(void (*refresh_func)(void)) { int kbinput = ERR;