mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
(dabbrev-ignored-buffer-names): Fix typo. Add *Buffer List*.
This commit is contained in:
parent
bfba21fc34
commit
9648a1e6e0
@ -197,7 +197,7 @@ all the other buffers, except those named in `dabbrev-ignored-buffer-names'."
|
||||
:type 'boolean
|
||||
:group 'dabbrev)
|
||||
|
||||
(defcustom dabbrev-ignored-buffer-names '("*Messages")
|
||||
(defcustom dabbrev-ignored-buffer-names '("*Messages*" "*Buffer List*")
|
||||
"*List of buffer names that dabbrev should not check."
|
||||
:type '(repeat (string :tag "Buffer name"))
|
||||
:group 'dabbrev
|
||||
|
Loading…
Reference in New Issue
Block a user