From: Eli Zaretskii Date: Fri, 2 Dec 2016 18:37:44 +0000 (+0200) Subject: ; * lisp/dired-x.el (dired-omit-case-fold): Fix last change. X-Git-Tag: emacs-26.0.90~1222 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0fc4761ca88175c30da7209c9ab1cde788b66a76;p=emacs.git ; * lisp/dired-x.el (dired-omit-case-fold): Fix last change. --- diff --git a/lisp/dired-x.el b/lisp/dired-x.el index a3034d189c7..88caca458c8 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el @@ -122,7 +122,7 @@ If nil, there is no maximum size." (defcustom dired-omit-case-fold 'filesystem "Determine whether \"omitting\" patterns are case-sensitive. When nil, always be case-sensitive; when t, always be -case-insensitive; the default value, 'filesystem, causes case +case-insensitive; the default value, `filesystem', causes case folding to be used on case-insensitive filesystems only." :type '(choice (const :tag "Always case-sensitive" nil) (const :tag "Always case-insensitive" t)