mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-25 19:11:56 +00:00
; * lisp/dired-x.el (dired-omit-case-fold): Fix last change.
This commit is contained in:
parent
30dc85c63b
commit
0fc4761ca8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user