1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-31 20:02:42 +00:00

(Interactive Call): Minor clarification.

This commit is contained in:
Richard M. Stallman 2003-08-06 01:12:49 +00:00
parent 4da34f1e74
commit 8e5f951071

View 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