]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/emacs/help.texi (Misc Help): @key{f1} -> @key{F1}
authorMattias Engdegård <mattiase@acm.org>
Sat, 25 Sep 2021 07:09:58 +0000 (09:09 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sat, 25 Sep 2021 18:25:02 +0000 (20:25 +0200)
doc/emacs/help.texi

index 4ee302fbf7d3ec6229b12b4f25ea65c8e0769b66..d1329d561c19584e878c4e8a277334f0223ddd6c 100644 (file)
@@ -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,