comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3314 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey 2006-03-23 22:14:40 +00:00
parent e6958d517d
commit 20323a82be

View File

@ -123,11 +123,11 @@ void search_init_globals(void)
} }
/* Set up the system variables for a search or replace. If use_answer /* Set up the system variables for a search or replace. If use_answer
* is TRUE, only set backupstring to answer. Return -2 to run opposite * is TRUE, only set backupstring to answer. Return -2 to run the
* program (search -> replace, replace -> search), return -1 if the * opposite program (search -> replace, replace -> search), return -1 if
* search should be canceled (due to Cancel, Go to Line, or a failed * the search should be canceled (due to Cancel, a blank search string,
* regcomp()), return 0 on success, and return 1 on rerun calling * Go to Line, or a failed regcomp()), return 0 on success, and return 1
* program. * on rerun calling program.
* *
* replacing is TRUE if we call from do_replace(), and FALSE if called * replacing is TRUE if we call from do_replace(), and FALSE if called
* from do_search(). */ * from do_search(). */