# HG changeset patch # User Richard M. Stallman # Date 1060132369 0 # Node ID b740243a935b1f4968cd20a135fbd43c6759c1a9 # Parent 3c3abdef580e724e29aeb6dd996c6a155fd92750 (Interactive Call): Minor clarification. diff -r 3c3abdef580e -r b740243a935b lispref/commands.texi --- a/lispref/commands.texi Wed Aug 06 01:12:25 2003 +0000 +++ b/lispref/commands.texi Wed Aug 06 01:12:49 2003 +0000 @@ -661,6 +661,10 @@ (message "foo"))) @end example +@noindent +Defined in this way, the function does display the message when +called from a keyboard macro. + The numeric prefix argument, provided by @samp{p}, is never @code{nil}. @node Command Loop Info