From 46c29c4351746dc6332eabb3459fa08936858505 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sun, 2 Jul 2006 15:54:14 +0000 Subject: [PATCH] still more comment fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3716 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/browser.c | 4 ++-- src/help.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/browser.c b/src/browser.c index f9caa117..c279612d 100644 --- 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 index 749898bf..d94f2ee1 100644 --- 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;