changeset 86027:f194d32fb97d

(isearch-mode-end-hook, isearch-mode-end-hook-quit): Fix docstring. Reported by Leo <sdl.web@gmail.com>.
author Juri Linkov <juri@jurta.org>
date Sat, 10 Nov 2007 23:03:24 +0000
parents 313926000c17
children cdd09d6acfdc
files lisp/isearch.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/isearch.el	Sat Nov 10 21:53:47 2007 +0000
+++ b/lisp/isearch.el	Sat Nov 10 23:03:24 2007 +0000
@@ -159,10 +159,10 @@
 (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.