aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-09-30 14:17:34 -0400
committerGlenn Morris2011-09-30 14:17:34 -0400
commit9229fe8763afbfe5e416b8d6826307282bd84b60 (patch)
tree178c6f1f5f6a58e42acdf4b864408fcf6ad38a4e
parentf701dc2abbcfb64c0c4d02ac899dccb03ee2b246 (diff)
downloademacs-9229fe8763afbfe5e416b8d6826307282bd84b60.tar.gz
emacs-9229fe8763afbfe5e416b8d6826307282bd84b60.zip
* doc/emacs/commands.texi (Keys): Whitespace fix. (Bug#9635)
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/commands.texi2
2 files changed, 5 insertions, 1 deletions
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 @@
12011-09-30 Glenn Morris <rgm@gnu.org>
2
3 * commands.texi (Keys): Whitespace fix. (Bug#9635)
4
12011-09-24 Chong Yidong <cyd@stupidchicken.com> 52011-09-24 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * windows.texi (Pop Up Window): Defer discussion of window 7 * 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}.
137 137
138 Typing the help character (@kbd{C-h} or @key{F1}) after a prefix key 138 Typing the help character (@kbd{C-h} or @key{F1}) after a prefix key
139displays a list of the commands starting with that prefix. The sole 139displays a list of the commands starting with that prefix. The sole
140exception to this rule is @key{ESC}: @kbd{@key{ESC}C-h} is equivalent 140exception to this rule is @key{ESC}: @kbd{@key{ESC} C-h} is equivalent
141to @kbd{C-M-h}, which does something else entirely. You can, however, 141to @kbd{C-M-h}, which does something else entirely. You can, however,
142use @key{F1} to displays a list of the commands starting with 142use @key{F1} to displays a list of the commands starting with
143@key{ESC}. 143@key{ESC}.