From: Glenn Morris Date: Sat, 4 Feb 2012 02:10:22 +0000 (-0500) Subject: * lisp/isearch.el (isearch-update): Doc fix. X-Git-Tag: emacs-pretest-24.0.94~338 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=987a0a161ae2263f4fe403a598d5ef3a1e2290fb;p=emacs.git * lisp/isearch.el (isearch-update): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8e1bc0f6508..0ac8183c8d2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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). 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." ;; 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