From: Richard M. Stallman Date: Wed, 6 Aug 2003 01:12:49 +0000 (+0000) Subject: (Interactive Call): Minor clarification. X-Git-Tag: ttn-vms-21-2-B4~9158 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e5f951071ef79a55a58cf4a1247ec18798dc94c;p=emacs.git (Interactive Call): Minor clarification. --- diff --git a/lispref/commands.texi b/lispref/commands.texi index 56e5c811d9c..f749ec21d5c 100644 --- a/lispref/commands.texi +++ b/lispref/commands.texi @@ -661,6 +661,10 @@ non-@code{nil}. Here's how: (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