From: Kim F. Storm Date: Sun, 31 Dec 2006 00:34:49 +0000 (+0000) Subject: (auto-mode-case-fold): Doc fix. X-Git-Tag: emacs-pretest-22.0.93~327 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb178aaa96a1e780acd16718fa230825b381e17f;p=emacs.git (auto-mode-case-fold): Doc fix. --- 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." 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)