From: Richard M. Stallman Date: Wed, 27 Oct 2004 11:02:06 +0000 (+0000) Subject: (Fmessage): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~4367 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=281c172124aab430be80f69e1ae98d41b1205d8f;p=emacs.git (Fmessage): Doc fix. --- diff --git a/src/editfns.c b/src/editfns.c index 72d333081fa..e83e53e9d24 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -3049,11 +3049,14 @@ static int message_length; DEFUN ("message", Fmessage, Smessage, 1, MANY, 0, doc: /* Print a one-line message at the bottom of the screen. +The message also goes into the `*Messages*' buffer. +\(In keyboard macros, that's all it does.) + 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. -If the first argument is nil, clear any existing message; let the -minibuffer contents show. +If the first argument is nil, the function clears any existing message; +this lets the minibuffer contents show. See also `current-message'. usage: (message STRING &rest ARGS) */) (nargs, args)