aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2016-12-02 20:37:44 +0200
committerEli Zaretskii2016-12-02 20:37:44 +0200
commit0fc4761ca88175c30da7209c9ab1cde788b66a76 (patch)
treef22d2b9794d88a4494b47093caebfc4cf57458a1
parent30dc85c63bd52acf7d8f4eef78e788b1816ab77b (diff)
downloademacs-0fc4761ca88175c30da7209c9ab1cde788b66a76.tar.gz
emacs-0fc4761ca88175c30da7209c9ab1cde788b66a76.zip
; * lisp/dired-x.el (dired-omit-case-fold): Fix last change.
-rw-r--r--lisp/dired-x.el2
1 files changed, 1 insertions, 1 deletions
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."
122(defcustom dired-omit-case-fold 'filesystem 122(defcustom dired-omit-case-fold 'filesystem
123 "Determine whether \"omitting\" patterns are case-sensitive. 123 "Determine whether \"omitting\" patterns are case-sensitive.
124When nil, always be case-sensitive; when t, always be 124When nil, always be case-sensitive; when t, always be
125case-insensitive; the default value, 'filesystem, causes case 125case-insensitive; the default value, `filesystem', causes case
126folding to be used on case-insensitive filesystems only." 126folding to be used on case-insensitive filesystems only."
127 :type '(choice (const :tag "Always case-sensitive" nil) 127 :type '(choice (const :tag "Always case-sensitive" nil)
128 (const :tag "Always case-insensitive" t) 128 (const :tag "Always case-insensitive" t)