summaryrefslogtreecommitdiff
path: root/etc/NEWS
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2007-04-23 19:36:57 +0000
committerChong Yidong <cyd@stupidchicken.com>2007-04-23 19:36:57 +0000
commitf0601c5adb7555162b7d6e4b4c5a06e521335363 (patch)
treee6f16de0152eef47f291f945c59df10774bf666b /etc/NEWS
parent2b7a395e5bd7f00b21a7d8f22dc7a3fc698a87cd (diff)
downloademacs-f0601c5adb7555162b7d6e4b4c5a06e521335363.tar.gz
Minor fix.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 44b7e1c2966..fdcd7dc09b5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4987,11 +4987,11 @@ of multiline constructs so that such constructs get properly recognized.
*** If new variable `auto-mode-case-fold' is set to a non-nil value,
Emacs will perform a second case-insensitive search through
-`auto-mode-alist' if the first case-sensitive search fails.
-This means that a file FILE.TXT is opened in text-mode, and a file PROG.PY
-is opened in python-mode. Note however, that independent of this
-setting, *.C files are usually recognized as C++ files.
-It also has no effect on systems with case-insensitive file names.
+`auto-mode-alist' if the first case-sensitive search fails. This
+means that a file FILE.TXT is opened in text-mode, and a file
+PROG.HTML is opened in html-mode. Note however, that independent of
+this setting, *.C files are usually recognized as C++ files. It also
+has no effect on systems with case-insensitive file names.
*** New variable `magic-mode-alist' determines major mode for a file by
looking at the file contents. It takes precedence over `auto-mode-alist'.