]> git.eshelyaron.com Git - emacs.git/commitdiff
(Interactive Call): Minor clarification.
authorRichard M. Stallman <rms@gnu.org>
Wed, 6 Aug 2003 01:12:49 +0000 (01:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 6 Aug 2003 01:12:49 +0000 (01:12 +0000)
lispref/commands.texi

index 56e5c811d9c2125d9c3b40953a28c4edd8d9786a..f749ec21d5c8fc389ea23df066df211e77934b25 100644 (file)
@@ -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