diff options
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/em-ls.el | 2 |
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 |