emacs-diffs
[Top][All Lists]
Advanced

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

emacs-30 688201ef18d: ; * lisp/window.el (switch-to-prev-buffer-skip-reg


From: Eli Zaretskii
Subject: emacs-30 688201ef18d: ; * lisp/window.el (switch-to-prev-buffer-skip-regexp): Doc fix (bug#73545).
Date: Sat, 5 Oct 2024 06:30:57 -0400 (EDT)

branch: emacs-30
commit 688201ef18df468dc8c7e8eb2ce6a96a9c625517
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/window.el (switch-to-prev-buffer-skip-regexp): Doc fix (bug#73545).
---
 lisp/window.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/window.el b/lisp/window.el
index 50fb16b3204..01010072190 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -4617,7 +4617,8 @@ Also see `switch-to-prev-buffer-skip-regexp'."
   "Buffers that `switch-to-prev-buffer' and `switch-to-next-buffer' should 
skip.
 The value can either be a regexp or a list of regexps.  Buffers whose
 names match these regexps are skipped by `switch-to-prev-buffer'
-and `switch-to-next-buffer'.
+and `switch-to-next-buffer', unless there's no other buffer to
+switch to.
 
 Also see `switch-to-prev-buffer-skip'."
   :type '(choice regexp



reply via email to

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