From: Chong Yidong <cyd@stupidchicken.com>
Date: Sat, 15 Aug 2009 21:47:23 +0000 (+0000)
Subject: * commands.texi (Distinguish Interactive): Minor copyedit.
X-Git-Tag: emacs-pretest-23.1.90~1843
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=89a9e058e25a25e8838aee4c27c4fa88550cc0f9;p=emacs.git

* commands.texi (Distinguish Interactive): Minor copyedit.
---

diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index f6ed748fdd0..3aab7e3b623 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -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".
 
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index 147fdf274a8..fc4c550400c 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -694,8 +694,7 @@ message when called from a keyboard macro.
 
   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