diff options
| author | Juri Linkov | 2007-11-10 23:03:24 +0000 |
|---|---|---|
| committer | Juri Linkov | 2007-11-10 23:03:24 +0000 |
| commit | 4974aba85ed976b27f9c1b15606bfe4f6c6fc017 (patch) | |
| tree | 5b6c8759880b2ad3a5b99b184642c116f9c86cce | |
| parent | 7baca0fa6ea9fd696475acb605be6abb41c7daa5 (diff) | |
| download | emacs-4974aba85ed976b27f9c1b15606bfe4f6c6fc017.tar.gz emacs-4974aba85ed976b27f9c1b15606bfe4f6c6fc017.zip | |
(isearch-mode-end-hook, isearch-mode-end-hook-quit):
Fix docstring. Reported by Leo Liu <sdl.web@gmail.com>.
| -rw-r--r-- | lisp/isearch.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index afc9ee2036a..7c5585d6ea6 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -159,10 +159,10 @@ command history." | |||
| 159 | (defvar isearch-mode-end-hook nil | 159 | (defvar isearch-mode-end-hook nil |
| 160 | "Function(s) to call after terminating an incremental search. | 160 | "Function(s) to call after terminating an incremental search. |
| 161 | When these functions are called, `isearch-mode-end-hook-quit' | 161 | When these functions are called, `isearch-mode-end-hook-quit' |
| 162 | is non-nil if the user quit the search.") | 162 | is non-nil if the user quits the search.") |
| 163 | 163 | ||
| 164 | (defvar isearch-mode-end-hook-quit nil | 164 | (defvar isearch-mode-end-hook-quit nil |
| 165 | "Non-nil while running `isearch-mode-end-hook' if user quit the search.") | 165 | "Non-nil while running `isearch-mode-end-hook' if the user quits the search.") |
| 166 | 166 | ||
| 167 | (defvar isearch-message-function nil | 167 | (defvar isearch-message-function nil |
| 168 | "Function to call to display the search prompt. | 168 | "Function to call to display the search prompt. |