]> git.eshelyaron.com Git - emacs.git/commitdiff
(isearch-mode-end-hook, isearch-mode-end-hook-quit):
authorJuri Linkov <juri@jurta.org>
Sat, 10 Nov 2007 23:03:24 +0000 (23:03 +0000)
committerJuri Linkov <juri@jurta.org>
Sat, 10 Nov 2007 23:03:24 +0000 (23:03 +0000)
Fix docstring.  Reported by Leo Liu <sdl.web@gmail.com>.

lisp/isearch.el

index afc9ee2036a71afccab2af5c7c3d6440c9d2545a..7c5585d6ea6f1fff5b7b84aa128a1f5460144ef8 100644 (file)
@@ -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.