diff options
| author | Kim F. Storm | 2001-12-02 01:25:08 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2001-12-02 01:25:08 +0000 |
| commit | aae126ea58db0cbf7e143832ac3af1b5536c724f (patch) | |
| tree | 8c76cee03b5482c5eb4550c351cbff574ad2665f | |
| parent | 6848c9f166c48d065064a0fcb553ae2e434867ec (diff) | |
| download | emacs-aae126ea58db0cbf7e143832ac3af1b5536c724f.tar.gz emacs-aae126ea58db0cbf7e143832ac3af1b5536c724f.zip | |
Describe isearch-resume-enabled.
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -117,6 +117,10 @@ i.e., there is always a closing tag. | |||
| 117 | When not customized, it becomes buffer-local when it can be inferred | 117 | When not customized, it becomes buffer-local when it can be inferred |
| 118 | from the file name or buffer contents. | 118 | from the file name or buffer contents. |
| 119 | 119 | ||
| 120 | ** New user option `isearch-resume-enabled'. | ||
| 121 | This option can be disabled, to avoid the normal behaviour of isearch | ||
| 122 | which puts calls to `isearch-resume' in the command history. | ||
| 123 | |||
| 120 | ** When the *scratch* buffer is recreated, its mode is set from | 124 | ** When the *scratch* buffer is recreated, its mode is set from |
| 121 | initial-major-mode, which normally is lisp-interaction-mode, | 125 | initial-major-mode, which normally is lisp-interaction-mode, |
| 122 | instead of using default-major-mode. | 126 | instead of using default-major-mode. |