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

This commit is contained in:
Chong Yidong 2009-08-15 21:47:23 +00:00
parent 23696fd7bd
commit 89a9e058e2
2 changed files with 3 additions and 2 deletions

View 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".

View 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