emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref ChangeLog commands.texi


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/lispref ChangeLog commands.texi
Date: Sat, 15 Aug 2009 21:47:24 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/08/15 21:47:23

Modified files:
        doc/lispref    : ChangeLog commands.texi 

Log message:
        * commands.texi (Distinguish Interactive): Minor copyedit.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/ChangeLog?cvsroot=emacs&r1=1.315&r2=1.316
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/commands.texi?cvsroot=emacs&r1=1.19&r2=1.20

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.315
retrieving revision 1.316
diff -u -b -r1.315 -r1.316
--- ChangeLog   15 Aug 2009 21:08:36 -0000      1.315
+++ ChangeLog   15 Aug 2009 21:47:23 -0000      1.316
@@ -1,5 +1,7 @@
 2009-08-15  Chong Yidong  <address@hidden>
 
+       * commands.texi (Distinguish Interactive): Minor copyedit.
+
        * display.texi (Face Attributes): Add xref to Displaying Faces for
        explanation of "underlying face".
 

Index: commands.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/commands.texi,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- commands.texi       9 Jul 2009 03:06:24 -0000       1.19
+++ commands.texi       15 Aug 2009 21:47:23 -0000      1.20
@@ -694,8 +694,7 @@
 
   The above method with the additional argument is usually best,
 because it allows callers to say ``treat this call as interactive.''
-But you can also do the job in a simpler way by testing
address@hidden
+But you can also do the job by testing @code{called-interactively-p}.
 
 @defun called-interactively-p
 This function returns @code{t} when the calling function was called




reply via email to

[Prev in Thread] Current Thread [Next in Thread]