changeset 104289:3c79de4c87a1

* commands.texi (Distinguish Interactive): Minor copyedit.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 15 Aug 2009 21:47:23 +0000
parents a21bb1c0cb0e
children ced4690576f6
files doc/lispref/ChangeLog doc/lispref/commands.texi
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/ChangeLog	Sat Aug 15 21:08:36 2009 +0000
+++ b/doc/lispref/ChangeLog	Sat Aug 15 21:47:23 2009 +0000
@@ -1,5 +1,7 @@
 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
 
+	* commands.texi (Distinguish Interactive): Minor copyedit.
+
 	* display.texi (Face Attributes): Add xref to Displaying Faces for
 	explanation of "underlying face".
 
--- a/doc/lispref/commands.texi	Sat Aug 15 21:08:36 2009 +0000
+++ b/doc/lispref/commands.texi	Sat Aug 15 21:47:23 2009 +0000
@@ -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
-@code{called-interactively-p}.
+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