Mercurial > emacs
changeset 76304:b996cc5f1896
(Major Mode Conventions): Fundamental mode is exception.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 04 Mar 2007 18:20:15 +0000 |
parents | 686197fbacfa |
children | 5799c1b80970 |
files | lispref/modes.texi |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/modes.texi Sun Mar 04 18:19:45 2007 +0000 +++ b/lispref/modes.texi Sun Mar 04 18:20:15 2007 +0000 @@ -256,7 +256,9 @@ The code for existing major modes follows various coding conventions, including conventions for local keymap and syntax table initialization, global names, and hooks. Please follow these conventions when you -define a new major mode. +define a new major mode. (Fundamental mode is an exception to many +of these conventions, because its definition is to present the global +state of Emacs.) This list of conventions is only partial, because each major mode should aim for consistency in general with other Emacs major modes.