aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/filecache.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/filecache.el')
-rw-r--r--lisp/filecache.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/filecache.el b/lisp/filecache.el
index c211a02b2d2..42225509eca 100644
--- a/lisp/filecache.el
+++ b/lisp/filecache.el
@@ -213,7 +213,7 @@ Defaults to the value of `case-fold-search'."
213 :type 'boolean) 213 :type 'boolean)
214 214
215(defcustom file-cache-ignore-case 215(defcustom file-cache-ignore-case
216 (memq system-type '(ms-dos windows-nt cygwin)) 216 (not (not (memq system-type '(ms-dos windows-nt cygwin))))
217 "Non-nil means ignore case when checking completions in the file cache. 217 "Non-nil means ignore case when checking completions in the file cache.
218Defaults to nil on DOS and Windows, and t on other systems." 218Defaults to nil on DOS and Windows, and t on other systems."
219 :type 'boolean) 219 :type 'boolean)