From: Richard M. Stallman Date: Fri, 12 Oct 2007 04:52:52 +0000 (+0000) Subject: (Top): Add Distinguish Interactive to subnode menu. X-Git-Tag: emacs-pretest-22.1.90~629 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=61bbdbc6f67fa0cc23a194af7aa2ab2cda63af76;p=emacs.git (Top): Add Distinguish Interactive to subnode menu. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 0c2c09c3f96..4d0b63c7cf0 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,11 @@ +2007-10-12 Richard Stallman + + * 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 * 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 * 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.