changeset 75004:20d27ba582d9

(auto-mode-case-fold): Doc fix.
author Kim F. Storm <storm@cua.dk>
date Sun, 31 Dec 2006 00:34:49 +0000
parents bb4f2b144d6f
children eda5cae57c32
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Sun Dec 31 00:29:49 2006 +0000
+++ b/lisp/files.el	Sun Dec 31 00:34:49 2006 +0000
@@ -1881,7 +1881,7 @@
 This means that if the first case-sensitive search through the alist fails
 to find a matching major mode, a second case-insensitive search is made.
 On systems with case-insensitive file names, this variable is ignored,
-since only a single case-sensitive search through the alist is made."
+since only a single case-insensitive search through the alist is made."
   :group 'files
   :version "22.1"
   :type 'boolean)