changeset 77456:dd340b7dc601

Minor fix.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 23 Apr 2007 19:36:57 +0000
parents 7d3752ecd9f8
children b08a2a8ebaac
files etc/NEWS
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Mon Apr 23 19:28:59 2007 +0000
+++ b/etc/NEWS	Mon Apr 23 19:36:57 2007 +0000
@@ -4987,11 +4987,11 @@
 
 *** 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'.