mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -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
|
|
@ -1,5 +1,7 @@
|
||||||
2012-01-17 Glenn Morris <rgm@gnu.org>
|
2012-01-17 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
|
* isearch.el (search-nonincremental-instead): Fix doc typo.
|
||||||
|
|
||||||
* dired.el (dired-insert-directory): Handle newlines in directory name.
|
* dired.el (dired-insert-directory): Handle newlines in directory name.
|
||||||
(dired-build-subdir-alist): Unescape newlines in directory name.
|
(dired-build-subdir-alist): Unescape newlines in directory name.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@ in Isearch mode is always downcased."
|
||||||
:group 'isearch)
|
:group 'isearch)
|
||||||
|
|
||||||
(defcustom search-nonincremental-instead t
|
(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
|
Actually, `isearch-edit-string' is called to let you enter the search
|
||||||
string, and RET terminates editing and does a nonincremental search."
|
string, and RET terminates editing and does a nonincremental search."
|
||||||
:type 'boolean
|
:type 'boolean
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue