]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/misearch.el (multi-isearch-pop-state): Doc fix.
authorStefan Kangas <stefan@marxist.se>
Sun, 18 Apr 2021 08:03:35 +0000 (10:03 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 18 Apr 2021 08:03:35 +0000 (10:03 +0200)
lisp/misearch.el

index 1f0dd315508dc853cb09fa52bd9714cea14c05b4..335efb951617b97fb700cefad64a15762cd60d51 100644 (file)
@@ -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))))