]> git.eshelyaron.com Git - emacs.git/commitdiff
(Top): Add Distinguish Interactive to subnode menu.
authorRichard M. Stallman <rms@gnu.org>
Fri, 12 Oct 2007 04:52:52 +0000 (04:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 12 Oct 2007 04:52:52 +0000 (04:52 +0000)
lispref/ChangeLog
lispref/elisp.texi

index 0c2c09c3f9684c0dddb2fca1826f22c1c211c232..4d0b63c7cf01e2bf0f329ebf8a45610202da8565 100644 (file)
@@ -1,3 +1,11 @@
+2007-10-12  Richard Stallman  <rms@gnu.org>
+
+       * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
+
+       * commands.texi (Distinguish Interactive): New node,
+       broken out from Interactive Call and rewritten.
+       (Command Loop): Put Distinguish Interactive in menu.
+
 2007-10-09  Richard Stallman  <rms@gnu.org>
 
        * text.texi (Examining Properties): Mention overlay priority.
index 79c9bda8934321e11a1338e582bea04f77d955e1..047b18e0a45254cd3c174560ce7e52b556d61abc 100644 (file)
@@ -639,6 +639,7 @@ Command Loop
 * Command Overview::    How the command loop reads commands.
 * Defining Commands::   Specifying how a function should read arguments.
 * Interactive Call::    Calling a command, so that it will read arguments.
+* Distinguish Interactive::     Making a command distinguish interactive calls.
 * Command Loop Info::   Variables set by the command loop for you to examine.
 * Adjusting Point::     Adjustment of point after a command.
 * Input Events::       What input looks like when you read it.