* doc/emacs/commands.texi (Keys): Whitespace fix. (Bug#9635)

This commit is contained in:
Glenn Morris 2011-09-30 14:17:34 -04:00
parent f701dc2abb
commit 9229fe8763
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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}.