aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2024-02-08 08:48:20 +0200
committerEli Zaretskii2024-02-08 08:48:20 +0200
commita48cf0c94ca4a4e3fe045be6149025955e9dfa4f (patch)
treecaf8959e417e228044a9da17c62668fff0dfd03e
parent1db2255c7c7fc232e371d379cb60827a9931e24d (diff)
downloademacs-a48cf0c94ca4a4e3fe045be6149025955e9dfa4f.tar.gz
emacs-a48cf0c94ca4a4e3fe045be6149025955e9dfa4f.zip
; * src/keyboard.c (echo_dash): Mention F1 in echo_keystrokes_help.
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
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)
597 { 597 {
598 Lisp_Object help; 598 Lisp_Object help;
599 599
600 help = build_string (" (\\`C-h' for help)"); 600 help = build_string (" (\\`C-h' or \\`<f1>' for help)");
601 kset_echo_string (current_kboard, 601 kset_echo_string (current_kboard,
602 concat2 (KVAR (current_kboard, echo_string), 602 concat2 (KVAR (current_kboard, echo_string),
603 calln (Qsubstitute_command_keys, help))); 603 calln (Qsubstitute_command_keys, help)));