projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5819f4f
)
* lisp/misearch.el (multi-isearch-pop-state): Doc fix.
author
Stefan Kangas
<stefan@marxist.se>
Sun, 18 Apr 2021 08:03:35 +0000
(10:03 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Sun, 18 Apr 2021 08:03:35 +0000
(10:03 +0200)
lisp/misearch.el
patch
|
blob
|
history
diff --git
a/lisp/misearch.el
b/lisp/misearch.el
index 1f0dd315508dc853cb09fa52bd9714cea14c05b4..335efb951617b97fb700cefad64a15762cd60d51 100644
(file)
--- a/
lisp/misearch.el
+++ b/
lisp/misearch.el
@@
-206,7
+206,7
@@
search status stack."
(multi-isearch-pop-state cmd ,(current-buffer))))
(defun multi-isearch-pop-state (_cmd buffer)
- "Restore the multiple buffers search state.
+ "Restore the multiple buffers search state
in BUFFER
.
Switch to the buffer restored from the search status stack."
(unless (equal buffer (current-buffer))
(switch-to-buffer (setq multi-isearch-current-buffer buffer))))