aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJuri Linkov2018-03-09 00:29:04 +0200
committerJuri Linkov2018-03-09 00:29:04 +0200
commit6bc78d5b16b6bc56f3ef401c519de6ff2fff3111 (patch)
treed2ac3377a67dd5ecd8022b8990ef3d7a97efc585 /doc
parentf67a14efb6fc9c00bd69d3bdee509c999bc17cb1 (diff)
downloademacs-6bc78d5b16b6bc56f3ef401c519de6ff2fff3111.tar.gz
emacs-6bc78d5b16b6bc56f3ef401c519de6ff2fff3111.zip
* lisp/isearch.el (search-exit-option): Add option 'append'.
(isearch-pre-command-hook): Use it. * doc/emacs/search.texi: Replace search-exit-option option nil with append. https://lists.gnu.org/archive/html/emacs-devel/2018-03/msg00202.html
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/search.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi
index 0de3aee1b21..8ac9794c379 100644
--- a/doc/emacs/search.texi
+++ b/doc/emacs/search.texi
@@ -446,7 +446,7 @@ they are not themselves part of incremental search.
446search exits the search before executing the command. Thus, the 446search exits the search before executing the command. Thus, the
447command operates on the buffer from which you invoked the search. 447command operates on the buffer from which you invoked the search.
448However, if you customize the variable @code{search-exit-option} to 448However, if you customize the variable @code{search-exit-option} to
449@code{nil}, the characters which you type that are not interpreted by 449@code{append}, the characters which you type that are not interpreted by
450the incremental search are simply appended to the search string. This 450the incremental search are simply appended to the search string. This
451is so you could include in the search string control characters, such 451is so you could include in the search string control characters, such
452as @kbd{C-a}, that would normally exit the search and invoke the 452as @kbd{C-a}, that would normally exit the search and invoke the