# HG changeset patch # User Chong Yidong # Date 1250372843 0 # Node ID 3c79de4c87a17a61fa751262cbdf9fb9460c3ab1 # Parent a21bb1c0cb0e6ce6df69387e6968f1a0abc95570 * commands.texi (Distinguish Interactive): Minor copyedit. diff -r a21bb1c0cb0e -r 3c79de4c87a1 doc/lispref/ChangeLog --- 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 + * commands.texi (Distinguish Interactive): Minor copyedit. + * display.texi (Face Attributes): Add xref to Displaying Faces for explanation of "underlying face". diff -r a21bb1c0cb0e -r 3c79de4c87a1 doc/lispref/commands.texi --- 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