Mercurial > hg > xemacs-beta
comparison man/lispref/commands.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 | a25c824ed558 |
comparison
equal
deleted
inserted
replaced
903:4a27df428c73 | 904:47c30044fc4e |
---|---|
1753 @cindex peeking at input | 1753 @cindex peeking at input |
1754 This variable holds a list of events waiting to be read as command | 1754 This variable holds a list of events waiting to be read as command |
1755 input. The events are used in the order they appear in the list, and | 1755 input. The events are used in the order they appear in the list, and |
1756 removed one by one as they are used. | 1756 removed one by one as they are used. |
1757 | 1757 |
1758 The variable is needed because in some cases a function reads a event | 1758 The variable is needed because in some cases a function reads an event |
1759 and then decides not to use it. Storing the event in this variable | 1759 and then decides not to use it. Storing the event in this variable |
1760 causes it to be processed normally, by the command loop or by the | 1760 causes it to be processed normally, by the command loop or by the |
1761 functions to read command input. | 1761 functions to read command input. |
1762 | 1762 |
1763 @cindex prefix argument unreading | 1763 @cindex prefix argument unreading |