]> git.eshelyaron.com Git - emacs.git/commitdiff
Another terminology fix in ELisp reference manual
authorEli Zaretskii <eliz@gnu.org>
Tue, 4 Apr 2023 11:22:56 +0000 (14:22 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 4 Apr 2023 11:22:56 +0000 (14:22 +0300)
* doc/lispref/frames.texi (Mouse Tracking):
* doc/lispref/commands.texi (Motion Events, Event Examples):
'track-mouse' is a macro, not a special form.

doc/lispref/commands.texi
doc/lispref/frames.texi

index 62a0939a47eb5f651b2d1388dccd1a17714e2a95..30765a7e8f76641bcfb93d46efbaa96f2e03e611 100644 (file)
@@ -1960,8 +1960,8 @@ end-position of a drag event, this position list may represent a
 location outside the boundaries of the initially selected frame, in
 which case the list contains that frame in place of a window.
 
-The special form @code{track-mouse} enables generation of motion
-events within its body.  Outside of @code{track-mouse} forms, Emacs
+The @code{track-mouse} macro enables generation of motion
+events within its body.  Outside of @code{track-mouse} body, Emacs
 does not generate events for mere motion of the mouse, and these
 events do not appear.  @xref{Mouse Tracking}.
 
@@ -2443,7 +2443,7 @@ into another window.  That produces a pair of events like these:
 
 The frame with input focus might not take up the entire screen, and
 the user might move the mouse outside the scope of the frame.  Inside
-the @code{track-mouse} special form, that produces an event like this:
+the @code{track-mouse} macro, that produces an event like this:
 
 @smallexample
 (mouse-movement (#<frame *ielm* 0x102849a30> nil (563 . 205) 532301936))
index e0766ad0b4309848ba19fccdb47217129c77d032..7cae94d26279ca1441424b6f579dddce92cb7783 100644 (file)
@@ -3577,7 +3577,7 @@ the mouse position list will be @code{nil} if the value is
 @code{drag-source}.  This is useful to determine if a frame is not
 directly visible underneath the mouse pointer.
 
-The @code{track-mouse} form causes Emacs to generate mouse motion
+The @code{track-mouse} macro causes Emacs to generate mouse motion
 events by binding the variable @code{track-mouse} to a
 non-@code{nil} value.  If that variable has the special value
 @code{dragging}, it additionally instructs the display engine to