Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a48cf0c9
Commit
a48cf0c9
authored
Feb 08, 2024
by
Eli Zaretskii
Browse files
; * src/keyboard.c (echo_dash): Mention F1 in echo_keystrokes_help.
parent
1db2255c
Pipeline
#28120
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/keyboard.c
src/keyboard.c
+1
-1
No files found.
src/keyboard.c
View file @
a48cf0c9
...
...
@@ -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)));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment