emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a48cf0c94ca: ; * src/keyboard.c (echo_dash): Mention F1 in echo_k


From: Eli Zaretskii
Subject: master a48cf0c94ca: ; * src/keyboard.c (echo_dash): Mention F1 in echo_keystrokes_help.
Date: Thu, 8 Feb 2024 01:48:39 -0500 (EST)

branch: master
commit a48cf0c94ca4a4e3fe045be6149025955e9dfa4f
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/keyboard.c (echo_dash): Mention F1 in echo_keystrokes_help.
---
 src/keyboard.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 \\`<f1>' for help)");
       kset_echo_string (current_kboard,
                        concat2 (KVAR (current_kboard, echo_string),
                                 calln (Qsubstitute_command_keys, help)));



reply via email to

[Prev in Thread] Current Thread [Next in Thread]