]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/keyboard.c (echo_dash): Mention F1 in echo_keystrokes_help.
authorEli Zaretskii <eliz@gnu.org>
Thu, 8 Feb 2024 06:48:20 +0000 (08:48 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 8 Feb 2024 08:41:32 +0000 (09:41 +0100)
(cherry picked from commit a48cf0c94ca4a4e3fe045be6149025955e9dfa4f)

src/keyboard.c

index 78ea1893ba10caa696fe345e17cf41b041673aa1..10cdef67348b42cf61473e0beb6ebc6d2e753d46 100644 (file)
@@ -597,7 +597,7 @@ echo_dash (void)
     {
       Lisp_Object help;
 
-      help = build_string (" (\\`C-h' for help)");
+      help = build_string (" (\\`C-h' or \\`<f1>' for help)");
       kset_echo_string (current_kboard,
                        concat2 (KVAR (current_kboard, echo_string),
                                 calln (Qsubstitute_command_keys, help)));