mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08: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
|
|
@ -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