From ec7d5b1e5774d6f36b065a7cf582956ed14f3bf6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 30 Dec 2007 21:39:45 +0000 Subject: [PATCH] (Accessing Mouse): Renamed from Accessing Events. (Accessing Scroll): New node broken out of Accessing Mouse. --- lispref/ChangeLog | 5 +++++ lispref/commands.texi | 11 ++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 55f913637df..4006a0e6c56 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2007-12-30 Richard Stallman + + * commands.texi (Accessing Mouse): Renamed from Accessing Events. + (Accessing Scroll): New node broken out of Accessing Mouse. + 2007-12-28 Richard Stallman * frames.texi (Size Parameters): Fix typo. diff --git a/lispref/commands.texi b/lispref/commands.texi index f54edba9175..7bac54c4467 100644 --- a/lispref/commands.texi +++ b/lispref/commands.texi @@ -954,7 +954,8 @@ the current Emacs session. If a symbol has not yet been so used, * Event Examples:: Examples of the lists for mouse events. * Classifying Events:: Finding the modifier keys in an event symbol. Event types. -* Accessing Events:: Functions to extract info from events. +* Accessing Mouse:: Functions to extract info from mouse events. +* Accessing Scroll:: Functions to get info from scroll bar events. * Strings of Events:: Special considerations for putting keyboard character events in a string. @end menu @@ -1803,8 +1804,8 @@ must be the last element of the list. For example, @end example @end defun -@node Accessing Events -@subsection Accessing Events +@node Accessing Mouse +@subsection Accessing Mouse Events @cindex mouse events, data in This section describes convenient functions for accessing the data in @@ -1950,6 +1951,10 @@ to the window text area, otherwise they are relative to the entire window area including scroll bars, margins and fringes. @end defun +@node Accessing Scroll +@subsection Accessing Scroll Bar Events +@cindex scroll bar events, data in + These functions are useful for decoding scroll bar events. @defun scroll-bar-event-ratio event -- 2.39.2