From: Glenn Morris Date: Fri, 30 Sep 2011 18:17:34 +0000 (-0400) Subject: * doc/emacs/commands.texi (Keys): Whitespace fix. (Bug#9635) X-Git-Tag: emacs-pretest-24.0.91~237 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9229fe8763afbfe5e416b8d6826307282bd84b60;p=emacs.git * doc/emacs/commands.texi (Keys): Whitespace fix. (Bug#9635) --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index ac913fc3264..88c208ce295 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2011-09-30 Glenn Morris + + * commands.texi (Keys): Whitespace fix. (Bug#9635) + 2011-09-24 Chong Yidong * windows.texi (Pop Up Window): Defer discussion of window diff --git a/doc/emacs/commands.texi b/doc/emacs/commands.texi index 5f44e7cd076..cff725027e9 100644 --- a/doc/emacs/commands.texi +++ b/doc/emacs/commands.texi @@ -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}.