diff options
| author | Juri Linkov | 2018-03-09 00:29:04 +0200 |
|---|---|---|
| committer | Juri Linkov | 2018-03-09 00:29:04 +0200 |
| commit | 6bc78d5b16b6bc56f3ef401c519de6ff2fff3111 (patch) | |
| tree | d2ac3377a67dd5ecd8022b8990ef3d7a97efc585 /doc | |
| parent | f67a14efb6fc9c00bd69d3bdee509c999bc17cb1 (diff) | |
| download | emacs-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.texi | 2 |
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. | |||
| 446 | search exits the search before executing the command. Thus, the | 446 | search exits the search before executing the command. Thus, the |
| 447 | command operates on the buffer from which you invoked the search. | 447 | command operates on the buffer from which you invoked the search. |
| 448 | However, if you customize the variable @code{search-exit-option} to | 448 | However, 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 |
| 450 | the incremental search are simply appended to the search string. This | 450 | the incremental search are simply appended to the search string. This |
| 451 | is so you could include in the search string control characters, such | 451 | is so you could include in the search string control characters, such |
| 452 | as @kbd{C-a}, that would normally exit the search and invoke the | 452 | as @kbd{C-a}, that would normally exit the search and invoke the |