diff options
| author | Glenn Morris | 2012-02-03 21:10:22 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-02-03 21:10:22 -0500 |
| commit | 987a0a161ae2263f4fe403a598d5ef3a1e2290fb (patch) | |
| tree | 76d7a63718b277f5ff2882b01ca56af19889066f | |
| parent | 82ff1d1360c2a00adcaf1cd9fb9bc693fcf0336a (diff) | |
| download | emacs-987a0a161ae2263f4fe403a598d5ef3a1e2290fb.tar.gz emacs-987a0a161ae2263f4fe403a598d5ef3a1e2290fb.zip | |
* lisp/isearch.el (isearch-update): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/isearch.el | 3 |
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. |
| 839 | The 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 |