; * lisp/window.el (switch-to-prev-buffer-skip-regexp): Doc fix (bug#73545).
This commit is contained in:
parent
ba44fc9a44
commit
688201ef18
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
"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
|
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'
|
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'."
|
Also see `switch-to-prev-buffer-skip'."
|
||||||
:type '(choice regexp
|
:type '(choice regexp
|
||||||
|
|
Loading…
Add table
Reference in a new issue