diff options
Diffstat (limited to 'lisp/ibuf-ext.el')
-rw-r--r-- | lisp/ibuf-ext.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ibuf-ext.el b/lisp/ibuf-ext.el index 91d9acb3a3c..a1adb1df35a 100644 --- a/lisp/ibuf-ext.el +++ b/lisp/ibuf-ext.el @@ -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) |