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
10c75ee3
Commit
10c75ee3
authored
Feb 08, 2014
by
Lars Ingebrigtsen
Browse files
* repeat.el (repeat-message-function): Doc fix
Fixes: debbugs:11619
parent
790aceec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/repeat.el
lisp/repeat.el
+3
-1
No files found.
lisp/repeat.el
View file @
10c75ee3
...
...
@@ -111,7 +111,9 @@
Message is something like \"Repeating command glorp\".
A value of `ignore' will disable such messages. To customize
display, assign a function that takes one string as an arg and
displays it however you want."
)
displays it however you want.
If this variable is nil, the normal `message' function will be
used to display the messages."
)
(
defcustom
repeat-on-final-keystroke
t
"Allow `repeat' to re-execute for repeating lastchar of a key sequence.
...
...
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