1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 01:20:37 -08:00

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

This commit is contained in:
Eli Zaretskii 2024-02-08 08:48:20 +02:00
parent 1db2255c7c
commit a48cf0c94c

View 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)));