aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-10-12 04:52:52 +0000
committerRichard M. Stallman2007-10-12 04:52:52 +0000
commit61bbdbc6f67fa0cc23a194af7aa2ab2cda63af76 (patch)
tree336517b0e6ab2c3f3d677023d33f2d64c6a6a8a7
parent77832c61d08963df38c638ab02ca6f5b9e30ba4f (diff)
downloademacs-61bbdbc6f67fa0cc23a194af7aa2ab2cda63af76.tar.gz
emacs-61bbdbc6f67fa0cc23a194af7aa2ab2cda63af76.zip
(Top): Add Distinguish Interactive to subnode menu.
-rw-r--r--lispref/ChangeLog8
-rw-r--r--lispref/elisp.texi1
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 @@
12007-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
12007-10-09 Richard Stallman <rms@gnu.org> 92007-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.