* lisp/isearch.el (isearch-update): Doc fix.
This commit is contained in:
parent
82ff1d1360
commit
987a0a161a
2 changed files with 4 additions and 1 deletions
|
@ -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).
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue