]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/isearch.el (isearch-update): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Sat, 4 Feb 2012 02:10:22 +0000 (21:10 -0500)
committerGlenn Morris <rgm@gnu.org>
Sat, 4 Feb 2012 02:10:22 +0000 (21:10 -0500)
lisp/ChangeLog
lisp/isearch.el

index 8e1bc0f650875726f2da9a0ccfd177c4f8d86202..0ac8183c8d2bf62602e9e0a2ee543a188bdf65b7 100644 (file)
@@ -2,6 +2,8 @@
 
        * image.el (image-extension-data): Add obsolete alias.
 
+       * isearch.el (isearch-update): Doc fix.
+
        * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
 
        * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
index ce7591168609371d4102d81d3571dba2fc4ab617..27b829400438f1e073957b8904ca2d708efb1a53 100644 (file)
@@ -835,7 +835,8 @@ It is called by the function `isearch-forward' and other related functions."
 ;; Some high level utilities.  Others below.
 
 (defun isearch-update ()
-  ;; Called after each command to update the display.
+  "This is called after every isearch command to update the display.
+The last thing it does is to run `isearch-update-post-hook'."
   (if (and (null unread-command-events)
           (null executing-kbd-macro))
       (progn