aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2018-03-21 19:38:44 -0400
committerGlenn Morris2018-03-21 19:38:44 -0400
commite32f3525ea3aabad0801874b24869b181535c104 (patch)
tree8ce4c2840d01fe2b6b798b8f5b249c2f3eba5bb1 /lisp
parent5268f3059db7638caa6d387d35e27870fbcb976c (diff)
downloademacs-e32f3525ea3aabad0801874b24869b181535c104.tar.gz
emacs-e32f3525ea3aabad0801874b24869b181535c104.zip
* lisp/ibuf-ext.el (ibuffer-never-search-content-mode): Fix type.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ibuf-ext.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ibuf-ext.el b/lisp/ibuf-ext.el
index 2023165b2a6..a3143e5e29a 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."
114 "A list of major modes ignored by `ibuffer-mark-by-content-regexp'. 114 "A list of major modes ignored by `ibuffer-mark-by-content-regexp'.
115Buffers whose major mode is in this list, are not searched." 115Buffers whose major mode is in this list, are not searched."
116 :version "26.1" 116 :version "26.1"
117 :type '(repeat regexp) 117 :type '(repeat (symbol :tag "Major mode"))
118 :require 'ibuf-ext 118 :require 'ibuf-ext
119 :group 'ibuffer) 119 :group 'ibuffer)
120 120