diff options
| author | Glenn Morris | 2013-02-13 20:24:03 -0500 |
|---|---|---|
| committer | Glenn Morris | 2013-02-13 20:24:03 -0500 |
| commit | df1af142da9a6800a9c7ffef62f38464613664df (patch) | |
| tree | bf6da7d66d9aa66844a7bc19967c00d97c4d7cb8 /doc/lispref | |
| parent | ea5f4192b9954301c0c65804586ed7daf3a98c16 (diff) | |
| download | emacs-df1af142da9a6800a9c7ffef62f38464613664df.tar.gz emacs-df1af142da9a6800a9c7ffef62f38464613664df.zip | |
* lispref/modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/modes.texi | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 79ba145c5f3..65e23a82847 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-02-14 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode. | ||
| 4 | |||
| 1 | 2013-02-13 Glenn Morris <rgm@gnu.org> | 5 | 2013-02-13 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * objects.texi (Char-Table Type): Add footnote about #^^. | 7 | * objects.texi (Char-Table Type): Add footnote about #^^. |
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 425bb58b651..7093f7fe336 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi | |||
| @@ -905,9 +905,8 @@ modes derived from Special mode are given a @code{mode-class} property | |||
| 905 | of @code{special} (@pxref{Major Mode Conventions}). | 905 | of @code{special} (@pxref{Major Mode Conventions}). |
| 906 | 906 | ||
| 907 | Special mode sets the buffer to read-only. Its keymap defines several | 907 | Special mode sets the buffer to read-only. Its keymap defines several |
| 908 | common bindings, including @kbd{q} for @code{quit-window}, @kbd{z} for | 908 | common bindings, including @kbd{q} for @code{quit-window} and @kbd{g} |
| 909 | @code{kill-this-buffer}, and @kbd{g} for @code{revert-buffer} | 909 | for @code{revert-buffer} (@pxref{Reverting}). |
| 910 | (@pxref{Reverting}). | ||
| 911 | 910 | ||
| 912 | An example of a major mode derived from Special mode is Buffer Menu | 911 | An example of a major mode derived from Special mode is Buffer Menu |
| 913 | mode, which is used by the @file{*Buffer List*} buffer. @xref{List | 912 | mode, which is used by the @file{*Buffer List*} buffer. @xref{List |