commit 20323a82bec679bb5eaa00adceb5d88bd2812d50
parent e6958d517daded25d1252682eb0d1777f59df254
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Thu, 23 Mar 2006 22:14:40 +0000
comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3314 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/search.c b/src/search.c
@@ -123,11 +123,11 @@ void search_init_globals(void)
}
/* 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
- * program (search -> replace, replace -> search), return -1 if the
- * search should be canceled (due to Cancel, Go to Line, or a failed
- * regcomp()), return 0 on success, and return 1 on rerun calling
- * program.
+ * is TRUE, only set backupstring to answer. Return -2 to run the
+ * opposite program (search -> replace, replace -> search), return -1 if
+ * the search should be canceled (due to Cancel, a blank search string,
+ * Go to Line, or a failed regcomp()), return 0 on success, and return 1
+ * on rerun calling program.
*
* replacing is TRUE if we call from do_replace(), and FALSE if called
* from do_search(). */