]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/ibuf-ext.el (ibuffer-never-search-content-mode): Fix type.
authorGlenn Morris <rgm@gnu.org>
Wed, 21 Mar 2018 23:38:44 +0000 (19:38 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 21 Mar 2018 23:38:44 +0000 (19:38 -0400)
lisp/ibuf-ext.el

index 2023165b2a6c01b8a7eb9d12bd2b6b4b9e1229d5..a3143e5e29a529804626c5c232ea771dc73edb58 100644 (file)
@@ -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)