(isearch-mode-end-hook, isearch-mode-end-hook-quit):
Fix docstring. Reported by Leo Liu <sdl.web@gmail.com>.
This commit is contained in:
parent
7baca0fa6e
commit
4974aba85e
1 changed files with 2 additions and 2 deletions
|
@ -159,10 +159,10 @@ command history."
|
|||
(defvar isearch-mode-end-hook nil
|
||||
"Function(s) to call after terminating an incremental search.
|
||||
When these functions are called, `isearch-mode-end-hook-quit'
|
||||
is non-nil if the user quit the search.")
|
||||
is non-nil if the user quits the search.")
|
||||
|
||||
(defvar isearch-mode-end-hook-quit nil
|
||||
"Non-nil while running `isearch-mode-end-hook' if user quit the search.")
|
||||
"Non-nil while running `isearch-mode-end-hook' if the user quits the search.")
|
||||
|
||||
(defvar isearch-message-function nil
|
||||
"Function to call to display the search prompt.
|
||||
|
|
Loading…
Add table
Reference in a new issue