aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2006-12-31 00:34:49 +0000
committerKim F. Storm2006-12-31 00:34:49 +0000
commitbb178aaa96a1e780acd16718fa230825b381e17f (patch)
treead1c2279f5512d993ad667341ecf3b61026e14a6
parent94495713bd30c691f6f04408347bf5e0d749646f (diff)
downloademacs-bb178aaa96a1e780acd16718fa230825b381e17f.tar.gz
emacs-bb178aaa96a1e780acd16718fa230825b381e17f.zip
(auto-mode-case-fold): Doc fix.
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 4ad7ca2839e..c462e5cce9d 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -1881,7 +1881,7 @@ in that case, this function acts as if `enable-local-variables' were t."
1881This means that if the first case-sensitive search through the alist fails 1881This means that if the first case-sensitive search through the alist fails
1882to find a matching major mode, a second case-insensitive search is made. 1882to find a matching major mode, a second case-insensitive search is made.
1883On systems with case-insensitive file names, this variable is ignored, 1883On systems with case-insensitive file names, this variable is ignored,
1884since only a single case-sensitive search through the alist is made." 1884since only a single case-insensitive search through the alist is made."
1885 :group 'files 1885 :group 'files
1886 :version "22.1" 1886 :version "22.1"
1887 :type 'boolean) 1887 :type 'boolean)