From 18836fc2d054c221da0f2e0ffc73846281084f23 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 18 Apr 2021 10:03:35 +0200 Subject: [PATCH] * lisp/misearch.el (multi-isearch-pop-state): Doc fix. --- lisp/misearch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/misearch.el b/lisp/misearch.el index 1f0dd315508..335efb95161 100644 --- 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))))