diff options
| author | Miles Bader | 2008-01-02 02:20:42 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-01-02 02:20:42 +0000 |
| commit | b201b9880e01120b7e64f82c98464c5bea630b0d (patch) | |
| tree | 8205967f8225afc15b26f7fb630ec4e6b4ef87ea /doc/lispref | |
| parent | 42a0a13593c252378b8d6eecd97b7971ebd6808a (diff) | |
| parent | 76564e7ce3b5e888e3260dd3510c3cf1a254f7da (diff) | |
| download | emacs-b201b9880e01120b7e64f82c98464c5bea630b0d.tar.gz emacs-b201b9880e01120b7e64f82c98464c5bea630b0d.zip | |
Merge from emacs--rel--22, gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-975
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/commands.texi | 11 |
2 files changed, 13 insertions, 3 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 50399b0120e..9f98547e590 100644 --- a/doc/lispref/ChangeLog +++ b/doc/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/doc/lispref/commands.texi b/doc/lispref/commands.texi index cdd627f6b52..aef7e4d9a43 100644 --- a/doc/lispref/commands.texi +++ b/doc/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 |
| @@ -1810,8 +1811,8 @@ must be the last element of the list. For example, | |||
| 1810 | @end example | 1811 | @end example |
| 1811 | @end defun | 1812 | @end defun |
| 1812 | 1813 | ||
| 1813 | @node Accessing Events | 1814 | @node Accessing Mouse |
| 1814 | @subsection Accessing Events | 1815 | @subsection Accessing Mouse Events |
| 1815 | @cindex mouse events, data in | 1816 | @cindex mouse events, data in |
| 1816 | 1817 | ||
| 1817 | This section describes convenient functions for accessing the data in | 1818 | This section describes convenient functions for accessing the data in |
| @@ -1957,6 +1958,10 @@ to the window text area, otherwise they are relative to | |||
| 1957 | the entire window area including scroll bars, margins and fringes. | 1958 | the entire window area including scroll bars, margins and fringes. |
| 1958 | @end defun | 1959 | @end defun |
| 1959 | 1960 | ||
| 1961 | @node Accessing Scroll | ||
| 1962 | @subsection Accessing Scroll Bar Events | ||
| 1963 | @cindex scroll bar events, data in | ||
| 1964 | |||
| 1960 | These functions are useful for decoding scroll bar events. | 1965 | These functions are useful for decoding scroll bar events. |
| 1961 | 1966 | ||
| 1962 | @defun scroll-bar-event-ratio event | 1967 | @defun scroll-bar-event-ratio event |