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
e3692ee0
Commit
e3692ee0
authored
Feb 09, 2014
by
Lars Ingebrigtsen
Browse files
* simple.el (choose-completion): Doc fix.
Fixes: debbugs:14160
parent
41015524
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/simple.el
lisp/simple.el
+2
-1
No files found.
lisp/ChangeLog
View file @
e3692ee0
2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
* simple.el (choose-completion): Doc fix (bug#14160).
* subr.el (event-start): Say what a nil EVENT value means.
* kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
...
...
lisp/simple.el
View file @
e3692ee0
...
...
@@ -6913,7 +6913,8 @@ With prefix argument N, move N items (negative N means move backward)."
(
setq
n
(
1+
n
))))))
(
defun
choose-completion
(
&optional
event
)
"Choose the completion at point."
"Choose the completion at point.
If EVENT, use EVENTs position to determine the starting position."
(
interactive
(
list
last-nonmenu-event
))
;; In case this is run via the mouse, give temporary modes such as
;; isearch a chance to turn off.
...
...
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