From: Eli Zaretskii Date: Thu, 8 Feb 2024 06:48:20 +0000 (+0200) Subject: ; * src/keyboard.c (echo_dash): Mention F1 in echo_keystrokes_help. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=413f111368bea21b5c42e3b38ddd934f3e40f76a;p=emacs.git ; * src/keyboard.c (echo_dash): Mention F1 in echo_keystrokes_help. (cherry picked from commit a48cf0c94ca4a4e3fe045be6149025955e9dfa4f) --- diff --git a/src/keyboard.c b/src/keyboard.c index 78ea1893ba1..10cdef67348 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -597,7 +597,7 @@ echo_dash (void) { Lisp_Object help; - help = build_string (" (\\`C-h' for help)"); + help = build_string (" (\\`C-h' or \\`' for help)"); kset_echo_string (current_kboard, concat2 (KVAR (current_kboard, echo_string), calln (Qsubstitute_command_keys, help)));