1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* lisp/isearch.el (search-nonincremental-instead): Fix doc typo.

This commit is contained in:
Glenn Morris 2012-01-17 17:33:05 -05:00
parent 7b4b130107
commit 0e6038be96
2 changed files with 3 additions and 1 deletions

View file

@ -102,7 +102,7 @@ in Isearch mode is always downcased."
:group 'isearch)
(defcustom search-nonincremental-instead t
"If non-nil, do a nonincremental search instead if exiting immediately.
"If non-nil, do a nonincremental search instead of exiting immediately.
Actually, `isearch-edit-string' is called to let you enter the search
string, and RET terminates editing and does a nonincremental search."
:type 'boolean