diff options
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 |