From: Juri Linkov Date: Sat, 10 Nov 2007 23:03:24 +0000 (+0000) Subject: (isearch-mode-end-hook, isearch-mode-end-hook-quit): X-Git-Tag: emacs-pretest-23.0.90~9785 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4974aba85ed976b27f9c1b15606bfe4f6c6fc017;p=emacs.git (isearch-mode-end-hook, isearch-mode-end-hook-quit): Fix docstring. Reported by Leo Liu . --- 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." (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.