Mercurial > hg > xemacs-beta
comparison man/lispref/dragndrop.texi @ 904:47c30044fc4e
[xemacs-hg @ 2002-07-06 18:56:24 by adrian]
[R21.4] [PATCH] xemacs-21.5: Fix improper use of indef. art. "a"
-------------------- ChangeLog entries follow: --------------------
man/ChangeLog addition:
2002-07-06 Adrian Aichner <adrian@xemacs.org>
* new-users-guide/custom1.texi (Customizing key Bindings): Fix
improper use of indef. art. "a".
2002-07-06 Adrian Aichner <adrian@xemacs.org>
* lispref/commands.texi (Peeking and Discarding): Ditto.
* lispref/customize.texi (Type Keywords): Ditto.
* lispref/dragndrop.texi (Drop Interface): Ditto.
2002-07-06 Adrian Aichner <adrian@xemacs.org>
* termcap.texi (Clearing): Ditto.
* widget.texi (User Interface): Ditto.
* widget.texi (Basic Types): Ditto.
* widget.texi (group): Ditto.
author | adrian |
---|---|
date | Sat, 06 Jul 2002 18:56:31 +0000 |
parents | 576fb035e263 |
children | bc4f2511bbea |
comparison
equal
deleted
inserted
replaced
903:4a27df428c73 | 904:47c30044fc4e |
---|---|
98 @node Drop Interface | 98 @node Drop Interface |
99 @section Drop Interface | 99 @section Drop Interface |
100 @cindex drop | 100 @cindex drop |
101 @cindex Drop API | 101 @cindex Drop API |
102 | 102 |
103 For each activated low-level protocol, a internal routine will catch | 103 For each activated low-level protocol, an internal routine will catch |
104 incoming drops and convert them to a dragdrop-drop type | 104 incoming drops and convert them to a dragdrop-drop type |
105 misc-user-event. | 105 misc-user-event. |
106 | 106 |
107 This misc-user-event has its function argument set to | 107 This misc-user-event has its function argument set to |
108 @code{dragdrop-drop-dispatch} and the object contains the data of the drop | 108 @code{dragdrop-drop-dispatch} and the object contains the data of the drop |