* commands.texi (Distinguish Interactive): Minor copyedit.
This commit is contained in:
parent
23696fd7bd
commit
89a9e058e2
2 changed files with 3 additions and 2 deletions
|
@ -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".
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue