aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-08-06 01:12:49 +0000
committerRichard M. Stallman2003-08-06 01:12:49 +0000
commit8e5f951071ef79a55a58cf4a1247ec18798dc94c (patch)
tree7e6f3021131ee874ac97b06574e08ce65c6a9c28
parent4da34f1e740e52b6264a15dacf7442057cf941ca (diff)
downloademacs-8e5f951071ef79a55a58cf4a1247ec18798dc94c.tar.gz
emacs-8e5f951071ef79a55a58cf4a1247ec18798dc94c.zip
(Interactive Call): Minor clarification.
-rw-r--r--lispref/commands.texi4
1 files changed, 4 insertions, 0 deletions
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:
661 (message "foo"))) 661 (message "foo")))
662@end example 662@end example
663 663
664@noindent
665Defined in this way, the function does display the message when
666called from a keyboard macro.
667
664 The numeric prefix argument, provided by @samp{p}, is never @code{nil}. 668 The numeric prefix argument, provided by @samp{p}, is never @code{nil}.
665 669
666@node Command Loop Info 670@node Command Loop Info