* lisp/ibuf-ext.el (ibuffer-never-search-content-mode): Fix type.
This commit is contained in:
parent
5268f3059d
commit
e32f3525ea
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ Buffers whose name matches a regexp in this list, are not searched."
|
|||
"A list of major modes ignored by `ibuffer-mark-by-content-regexp'.
|
||||
Buffers whose major mode is in this list, are not searched."
|
||||
:version "26.1"
|
||||
:type '(repeat regexp)
|
||||
:type '(repeat (symbol :tag "Major mode"))
|
||||
:require 'ibuf-ext
|
||||
:group 'ibuffer)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue