emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 18836fc: * lisp/misearch.el (multi-isearch-pop-state): Doc fix.


From: Stefan Kangas
Subject: master 18836fc: * lisp/misearch.el (multi-isearch-pop-state): Doc fix.
Date: Sun, 18 Apr 2021 04:03:59 -0400 (EDT)

branch: master
commit 18836fc2d054c221da0f2e0ffc73846281084f23
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * 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 1f0dd31..335efb9 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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]