From: Eli Zaretskii Date: Sat, 5 Oct 2024 10:30:30 +0000 (+0300) Subject: ; * lisp/window.el (switch-to-prev-buffer-skip-regexp): Doc fix (bug#73545). X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~362^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=688201ef18df468dc8c7e8eb2ce6a96a9c625517;p=emacs.git ; * lisp/window.el (switch-to-prev-buffer-skip-regexp): Doc fix (bug#73545). --- 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