summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-11-12 22:29:38 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-11-12 22:29:38 +0000
commitdb18da59a1b3dd4884f746bbcac1b2fc48636ae8 (patch)
treefc9eca9a2f32ebd945d29e6da477ea5d5d675e39
parent8acf0c0e204877d3c24fcbea6b9e2f84af23678a (diff)
downloademacs-db18da59a1b3dd4884f746bbcac1b2fc48636ae8.tar.gz
(Fmessage): Doc fixes.
-rw-r--r--src/editfns.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c
index 71b518acb74..39f8f87c673 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -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.