]> git.eshelyaron.com Git - emacs.git/commitdiff
* commands.texi (Distinguish Interactive): Minor copyedit.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 15 Aug 2009 21:47:23 +0000 (21:47 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 15 Aug 2009 21:47:23 +0000 (21:47 +0000)
doc/lispref/ChangeLog
doc/lispref/commands.texi

index f6ed748fdd0b4c68b4ca1bf3e2cd69e065f1f07b..3aab7e3b623306c99cdfa54bd129dc94701a736a 100644 (file)
@@ -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".
 
index 147fdf274a801dd7636dbc61e9eb1bfaade8fb07..fc4c550400c78eaf79b3dd76b124b0afd6774ef1 100644 (file)
@@ -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