mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 04:47:34 +00:00
* doc/emacs/commands.texi (Keys): Whitespace fix. (Bug#9635)
This commit is contained in:
parent
f701dc2abb
commit
9229fe8763
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2011-09-30 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* commands.texi (Keys): Whitespace fix. (Bug#9635)
|
||||
|
||||
2011-09-24 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* windows.texi (Pop Up Window): Defer discussion of window
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@ become an invalid key sequence. @xref{Key Bindings}.
|
|||
|
||||
Typing the help character (@kbd{C-h} or @key{F1}) after a prefix key
|
||||
displays a list of the commands starting with that prefix. The sole
|
||||
exception to this rule is @key{ESC}: @kbd{@key{ESC}C-h} is equivalent
|
||||
exception to this rule is @key{ESC}: @kbd{@key{ESC} C-h} is equivalent
|
||||
to @kbd{C-M-h}, which does something else entirely. You can, however,
|
||||
use @key{F1} to displays a list of the commands starting with
|
||||
@key{ESC}.
|
||||
|
|
|
|||
Loading…
Reference in a new issue