# HG changeset patch # User Chong Yidong # Date 1177357017 0 # Node ID dd340b7dc6018335d92ab8843534b855508fe833 # Parent 7d3752ecd9f89b22eab787dc220ee1bf45fc2e5a Minor fix. diff -r 7d3752ecd9f8 -r dd340b7dc601 etc/NEWS --- 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'.