X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/503be82149af57edcba384554e0f268b9a9551e1..e35ae98e41ee3c7b511aa351455683aff26fc3cd:/src/editfns.c diff --git a/src/editfns.c b/src/editfns.c index 0206cd1b91..79a88604d8 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -3303,9 +3303,10 @@ static char *message_text; static int message_length; DEFUN ("message", Fmessage, Smessage, 1, MANY, 0, - doc: /* Print a one-line message at the bottom of the screen. + doc: /* Display a message at the bottom of the screen. The message also goes into the `*Messages*' buffer. \(In keyboard macros, that's all it does.) +Return the message. The first argument is a format control string, and the rest are data to be formatted under control of the string. See `format' for details.