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:
parent
7b4b130107
commit
0e6038be96
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue