diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-10-21 03:21:15 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-10-21 03:21:15 +0000 |
commit | 69051ab62bfe0043e5d1965f31c080d3efee42ad (patch) | |
tree | d1aa4e8f88b55fb15b3d68210f87e91c662877ac | |
parent | 0729571314c28b9ee6669c6850a7e99f75964c98 (diff) | |
download | emacs-69051ab62bfe0043e5d1965f31c080d3efee42ad.tar.gz |
* major.texi (Choosing Modes): Make mode selection sequence more
obvious by describing the steps in order of priority. Note that
magic-mode-alist is nil by default. Document
magic-fallback-mode-alist.
-rw-r--r-- | doc/emacs/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 88752e36002..8df5c20f455 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,10 @@ +2008-10-21 Chong Yidong <cyd@stupidchicken.com> + + * major.texi (Choosing Modes): Make mode selection sequence more + obvious by describing the steps in order of priority. Note that + magic-mode-alist is nil by default. Document + magic-fallback-mode-alist. + 2008-10-20 Chong Yidong <cyd@stupidchicken.com> * frames.texi (Mouse References): Copyedits. |