1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-10 09:43:26 -08:00

(auto-mode-case-fold): Doc fix.

This commit is contained in:
Kim F. Storm 2006-12-31 00:34:49 +00:00
parent 94495713bd
commit bb178aaa96

View file

@ -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)