diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2021-09-25 09:09:58 +0200 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2021-09-25 20:25:02 +0200 |
commit | e93bdfb6dafd4cb8d660e1330a8527f61e831eab (patch) | |
tree | 5e015861417600e647e9ae3fc7287be9e84ad9f7 /doc/emacs/help.texi | |
parent | 8d0ee5e7a9d635a625f87fd8c6eed39a8a749131 (diff) | |
download | emacs-e93bdfb6dafd4cb8d660e1330a8527f61e831eab.tar.gz emacs-e93bdfb6dafd4cb8d660e1330a8527f61e831eab.tar.bz2 emacs-e93bdfb6dafd4cb8d660e1330a8527f61e831eab.zip |
; * doc/emacs/help.texi (Misc Help): @key{f1} -> @key{F1}
Diffstat (limited to 'doc/emacs/help.texi')
-rw-r--r-- | doc/emacs/help.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi index 4ee302fbf7d..d1329d561c1 100644 --- a/doc/emacs/help.texi +++ b/doc/emacs/help.texi @@ -646,14 +646,14 @@ Emacs Lisp Reference Manual}). @findex describe-prefix-bindings You can get a list of subcommands for a particular prefix key by -typing @kbd{C-h}, @kbd{?}, or @key{f1} +typing @kbd{C-h}, @kbd{?}, or @key{F1} (@code{describe-prefix-bindings}) after the prefix key. (There are a few prefix keys for which not all of these keys work---those that provide their own bindings for that key. One of these prefix keys is @key{ESC}, because @kbd{@key{ESC} C-h} and @kbd{@key{ESC} ?} are actually @kbd{C-M-h} (@code{mark-defun}) and @kbd{M-?} (@code{xref-find-references}), respectively. However, -@w{@kbd{@key{ESC} @key{f1}}} works fine.) +@w{@kbd{@key{ESC} @key{F1}}} works fine.) @findex describe-keymap Finally, @kbd{M-x describe-keymap} prompts for the name of a keymap, |