diff options
| author | Richard M. Stallman | 2007-12-30 21:39:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-12-30 21:39:45 +0000 |
| commit | ec7d5b1e5774d6f36b065a7cf582956ed14f3bf6 (patch) | |
| tree | bbab4d6fdc8e40f555ee49f914bec4a77483457e | |
| parent | 8ed10e73798ef28d87d393db73f5cf0c258a9df5 (diff) | |
| download | emacs-ec7d5b1e5774d6f36b065a7cf582956ed14f3bf6.tar.gz emacs-ec7d5b1e5774d6f36b065a7cf582956ed14f3bf6.zip | |
(Accessing Mouse): Renamed from Accessing Events.
(Accessing Scroll): New node broken out of Accessing Mouse.
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2007-12-30 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * commands.texi (Accessing Mouse): Renamed from Accessing Events. | ||
| 4 | (Accessing Scroll): New node broken out of Accessing Mouse. | ||
| 5 | |||
| 1 | 2007-12-28 Richard Stallman <rms@gnu.org> | 6 | 2007-12-28 Richard Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * frames.texi (Size Parameters): Fix typo. | 8 | * 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, | |||
| 954 | * Event Examples:: Examples of the lists for mouse events. | 954 | * Event Examples:: Examples of the lists for mouse events. |
| 955 | * Classifying Events:: Finding the modifier keys in an event symbol. | 955 | * Classifying Events:: Finding the modifier keys in an event symbol. |
| 956 | Event types. | 956 | Event types. |
| 957 | * Accessing Events:: Functions to extract info from events. | 957 | * Accessing Mouse:: Functions to extract info from mouse events. |
| 958 | * Accessing Scroll:: Functions to get info from scroll bar events. | ||
| 958 | * Strings of Events:: Special considerations for putting | 959 | * Strings of Events:: Special considerations for putting |
| 959 | keyboard character events in a string. | 960 | keyboard character events in a string. |
| 960 | @end menu | 961 | @end menu |
| @@ -1803,8 +1804,8 @@ must be the last element of the list. For example, | |||
| 1803 | @end example | 1804 | @end example |
| 1804 | @end defun | 1805 | @end defun |
| 1805 | 1806 | ||
| 1806 | @node Accessing Events | 1807 | @node Accessing Mouse |
| 1807 | @subsection Accessing Events | 1808 | @subsection Accessing Mouse Events |
| 1808 | @cindex mouse events, data in | 1809 | @cindex mouse events, data in |
| 1809 | 1810 | ||
| 1810 | This section describes convenient functions for accessing the data in | 1811 | This section describes convenient functions for accessing the data in |
| @@ -1950,6 +1951,10 @@ to the window text area, otherwise they are relative to | |||
| 1950 | the entire window area including scroll bars, margins and fringes. | 1951 | the entire window area including scroll bars, margins and fringes. |
| 1951 | @end defun | 1952 | @end defun |
| 1952 | 1953 | ||
| 1954 | @node Accessing Scroll | ||
| 1955 | @subsection Accessing Scroll Bar Events | ||
| 1956 | @cindex scroll bar events, data in | ||
| 1957 | |||
| 1953 | These functions are useful for decoding scroll bar events. | 1958 | These functions are useful for decoding scroll bar events. |
| 1954 | 1959 | ||
| 1955 | @defun scroll-bar-event-ratio event | 1960 | @defun scroll-bar-event-ratio event |