changeset 73950:5229e2ae0b0e

(Fmessage): Doc fixes.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 12 Nov 2006 22:29:38 +0000
parents 0d1207b43a5b
children 182d429ba6f9
files src/editfns.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/editfns.c	Sun Nov 12 22:18:51 2006 +0000
+++ b/src/editfns.c	Sun Nov 12 22:29:38 2006 +0000
@@ -3171,9 +3171,10 @@
 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.