diff options
| author | Richard M. Stallman | 2008-01-04 05:42:57 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2008-01-04 05:42:57 +0000 |
| commit | f1c15283d1aa4f298853002fa10d08c300187a6e (patch) | |
| tree | 03eb61a141048bff3dc8efbd5d5d6e6859f106c2 | |
| parent | f7fdcecd7e456cfecd71d62cfb1c0d9642b85ca9 (diff) | |
| download | emacs-f1c15283d1aa4f298853002fa10d08c300187a6e.tar.gz emacs-f1c15283d1aa4f298853002fa10d08c300187a6e.zip | |
(Top): Fix menu for prev change.
| -rw-r--r-- | lispref/elisp.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/elisp.texi b/lispref/elisp.texi index e28ea1ce5a0..d02b082ad6c 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi | |||
| @@ -674,7 +674,8 @@ Input Events | |||
| 674 | * Misc Events:: Other events the system can generate. | 674 | * Misc Events:: Other events the system can generate. |
| 675 | * Event Examples:: Examples of the lists for mouse events. | 675 | * Event Examples:: Examples of the lists for mouse events. |
| 676 | * Classifying Events:: Finding the modifier keys in an event symbol. | 676 | * Classifying Events:: Finding the modifier keys in an event symbol. |
| 677 | * Accessing Events:: Functions to extract info from events. | 677 | * Accessing Mouse:: Functions to extract info from mouse events. |
| 678 | * Accessing Scroll:: Functions to get info from scroll bar events. | ||
| 678 | * Strings of Events:: Special considerations for putting | 679 | * Strings of Events:: Special considerations for putting |
| 679 | keyboard character events in a string. | 680 | keyboard character events in a string. |
| 680 | 681 | ||