diff options
| -rw-r--r-- | src/keyboard.c | 2 |
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))); |