diff options
author | Eli Zaretskii <eliz@gnu.org> | 2016-06-13 17:25:08 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2016-06-13 17:25:08 +0300 |
commit | 27f440e29575303135dbc0f8d34f50701a3815ac (patch) | |
tree | ae0f0f9d5487912976542712e3f431ca88e2b5d6 /doc | |
parent | 10802d8472279ed34c98ace04362ce7b3d6bbc97 (diff) |
Add cross-reference to ELisp manual
* doc/lispref/commands.texi (Classifying Events): Add
cross-reference to "Motion Events". (Bug#23756)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lispref/commands.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index a94d46e168..6e83659f63 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi @@ -1977,7 +1977,7 @@ in @code{event-modifiers}. For example: @defun mouse-movement-p object This function returns non-@code{nil} if @var{object} is a mouse movement -event. +event. @xref{Motion Events}. @end defun @defun event-convert-list list |