]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor fix.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 23 Apr 2007 19:36:57 +0000 (19:36 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 23 Apr 2007 19:36:57 +0000 (19:36 +0000)
etc/NEWS

index 44b7e1c2966534729a0a5a076f4369cdbe2844f5..fdcd7dc09b54a14e89c2ec9ba2bd2e2394d88f11 100644 (file)
--- 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'.