Commit a48cf0c9 authored by Eli Zaretskii's avatar Eli Zaretskii
Browse files

; * src/keyboard.c (echo_dash): Mention F1 in echo_keystrokes_help.

parent 1db2255c
Pipeline #28120 failed with stages
......@@ -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)));
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment