]> code.delx.au - gnu-emacs/blobdiff - src/editfns.c
Merge from emacs--devo--0
[gnu-emacs] / src / editfns.c
index 0206cd1b913252658519631e029b20b3261449b2..79a88604d8c3d5388ae1070943d29775ab2fc7b8 100644 (file)
@@ -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.