mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
* lisp/misearch.el (multi-isearch-pop-state): Doc fix.
This commit is contained in:
parent
5819f4fb0a
commit
18836fc2d0
@ -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))))
|
||||
|
Loading…
Reference in New Issue
Block a user