]> code.delx.au - gnu-emacs/commitdiff
(Fmessage): Doc fixes.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 12 Nov 2006 22:29:38 +0000 (22:29 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 12 Nov 2006 22:29:38 +0000 (22:29 +0000)
src/editfns.c

index 71b518acb74e794227980261d94fae8769995074..39f8f87c673513ddd87e39c190c204d21a4f1e6c 100644 (file)
@@ -3171,9 +3171,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.