still more comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3716 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey 2006-07-02 15:54:14 +00:00
parent 17e12691b0
commit 46c29c4351
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;