aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-02-03 21:10:22 -0500
committerGlenn Morris2012-02-03 21:10:22 -0500
commit987a0a161ae2263f4fe403a598d5ef3a1e2290fb (patch)
tree76d7a63718b277f5ff2882b01ca56af19889066f
parent82ff1d1360c2a00adcaf1cd9fb9bc693fcf0336a (diff)
downloademacs-987a0a161ae2263f4fe403a598d5ef3a1e2290fb.tar.gz
emacs-987a0a161ae2263f4fe403a598d5ef3a1e2290fb.zip
* lisp/isearch.el (isearch-update): Doc fix.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/isearch.el3
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8e1bc0f6508..0ac8183c8d2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,8 @@
2 2
3 * image.el (image-extension-data): Add obsolete alias. 3 * image.el (image-extension-data): Add obsolete alias.
4 4
5 * isearch.el (isearch-update): Doc fix.
6
5 * facemenu.el (list-colors-display): Doc fix (minor rephrasing). 7 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6 8
7 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key). 9 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
diff --git a/lisp/isearch.el b/lisp/isearch.el
index ce759116860..27b82940043 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -835,7 +835,8 @@ It is called by the function `isearch-forward' and other related functions."
835;; Some high level utilities. Others below. 835;; Some high level utilities. Others below.
836 836
837(defun isearch-update () 837(defun isearch-update ()
838 ;; Called after each command to update the display. 838 "This is called after every isearch command to update the display.
839The last thing it does is to run `isearch-update-post-hook'."
839 (if (and (null unread-command-events) 840 (if (and (null unread-command-events)
840 (null executing-kbd-macro)) 841 (null executing-kbd-macro))
841 (progn 842 (progn