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:
parent
1db2255c7c
commit
a48cf0c94c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue