mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-28 01:00:52 -07:00
* subr.el (event-start): Say what a nil EVENT value means.
This commit is contained in:
parent
87c79dcb46
commit
410155240f
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* subr.el (event-start): Say what a nil EVENT value means.
|
||||
|
||||
* kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
|
||||
(bug#14197).
|
||||
|
||||
|
|
|
|||
|
|
@ -1019,7 +1019,8 @@ in the current Emacs session, then this function may return nil."
|
|||
|
||||
(defun event-start (event)
|
||||
"Return the starting position of EVENT.
|
||||
EVENT should be a mouse click, drag, or key press event.
|
||||
EVENT should be a mouse click, drag, or key press event. If
|
||||
EVENT is nil, the value of `posn-at-point' is used instead.
|
||||
|
||||
The following accessor functions are used to access the elements
|
||||
of the position:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue