diff options
author | Glenn Morris <rgm@gnu.org> | 2012-01-17 17:33:05 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-01-17 17:33:05 -0500 |
commit | 0e6038be96b1641a32620b0f29a5a898a1c4cb31 (patch) | |
tree | 12077541b28b9a3b86eecc4d494acc5e7bf2fe59 /lisp/isearch.el | |
parent | 7b4b130107cfe8ea3b924b2228f326ef9cb07ee6 (diff) | |
download | emacs-0e6038be96b1641a32620b0f29a5a898a1c4cb31.tar.gz emacs-0e6038be96b1641a32620b0f29a5a898a1c4cb31.tar.bz2 emacs-0e6038be96b1641a32620b0f29a5a898a1c4cb31.zip |
* lisp/isearch.el (search-nonincremental-instead): Fix doc typo.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r-- | lisp/isearch.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index a6cc69be9a6..ce759116860 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -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 |