diff options
| -rw-r--r-- | lispref/ChangeLog | 8 | ||||
| -rw-r--r-- | lispref/elisp.texi | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 0c2c09c3f96..4d0b63c7cf0 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2007-10-12 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * elisp.texi (Top): Add Distinguish Interactive to subnode menu. | ||
| 4 | |||
| 5 | * commands.texi (Distinguish Interactive): New node, | ||
| 6 | broken out from Interactive Call and rewritten. | ||
| 7 | (Command Loop): Put Distinguish Interactive in menu. | ||
| 8 | |||
| 1 | 2007-10-09 Richard Stallman <rms@gnu.org> | 9 | 2007-10-09 Richard Stallman <rms@gnu.org> |
| 2 | 10 | ||
| 3 | * text.texi (Examining Properties): Mention overlay priority. | 11 | * text.texi (Examining Properties): Mention overlay priority. |
diff --git a/lispref/elisp.texi b/lispref/elisp.texi index 79c9bda8934..047b18e0a45 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi | |||
| @@ -639,6 +639,7 @@ Command Loop | |||
| 639 | * Command Overview:: How the command loop reads commands. | 639 | * Command Overview:: How the command loop reads commands. |
| 640 | * Defining Commands:: Specifying how a function should read arguments. | 640 | * Defining Commands:: Specifying how a function should read arguments. |
| 641 | * Interactive Call:: Calling a command, so that it will read arguments. | 641 | * Interactive Call:: Calling a command, so that it will read arguments. |
| 642 | * Distinguish Interactive:: Making a command distinguish interactive calls. | ||
| 642 | * Command Loop Info:: Variables set by the command loop for you to examine. | 643 | * Command Loop Info:: Variables set by the command loop for you to examine. |
| 643 | * Adjusting Point:: Adjustment of point after a command. | 644 | * Adjusting Point:: Adjustment of point after a command. |
| 644 | * Input Events:: What input looks like when you read it. | 645 | * Input Events:: What input looks like when you read it. |