[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107083: * lisp/isearch.el (isearch-u
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107083: * lisp/isearch.el (isearch-update): Doc fix. |
Date: |
Fri, 03 Feb 2012 21:10:22 -0500 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107083
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2012-02-03 21:10:22 -0500
message:
* lisp/isearch.el (isearch-update): Doc fix.
modified:
lisp/ChangeLog
lisp/isearch.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-02-04 02:09:34 +0000
+++ b/lisp/ChangeLog 2012-02-04 02:10:22 +0000
@@ -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).
=== modified file 'lisp/isearch.el'
--- a/lisp/isearch.el 2012-01-19 07:21:25 +0000
+++ b/lisp/isearch.el 2012-02-04 02:10:22 +0000
@@ -835,7 +835,8 @@
;; 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107083: * lisp/isearch.el (isearch-update): Doc fix.,
Glenn Morris <=