aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorDave Love2001-01-29 23:59:22 +0000
committerDave Love2001-01-29 23:59:22 +0000
commit762fe76eb7bdde4fa36ecaedf81d5fcb7f15b902 (patch)
tree1fcc54da7fa5f77f212b97116b72a721927a7343 /lisp/eshell
parentf569d4c4e3f46627e567fc8e9d96aa40ac3e1a8d (diff)
downloademacs-762fe76eb7bdde4fa36ecaedf81d5fcb7f15b902.tar.gz
emacs-762fe76eb7bdde4fa36ecaedf81d5fcb7f15b902.zip
(eshell-ls-exclude-regexp): Fix :type.
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/em-ls.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-ls.el b/lisp/eshell/em-ls.el
index 534ea932c3c..97a342b73ac 100644
--- a/lisp/eshell/em-ls.el
+++ b/lisp/eshell/em-ls.el
@@ -85,7 +85,7 @@ This is useful for enabling human-readable format (-h), for example."
85 85
86(defcustom eshell-ls-exclude-regexp nil 86(defcustom eshell-ls-exclude-regexp nil
87 "*Unless -a is specified, files matching this regexp will not be shown." 87 "*Unless -a is specified, files matching this regexp will not be shown."
88 :type 'regexp 88 :type '(choice regexp (const nil))
89 :group 'eshell-ls) 89 :group 'eshell-ls)
90 90
91(defcustom eshell-ls-exclude-hidden t 91(defcustom eshell-ls-exclude-hidden t