]> 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)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:17:56 +0000 (14:17 +0800)
lisp/ibuf-ext.el

index 91d9acb3a3c2e3f3d4560014eb6363b9b326d96c..a1adb1df35a778e99dbb384db6039f224f70e11d 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)