summaryrefslogtreecommitdiff
path: root/src/editfns.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2006-11-21 08:56:38 +0000
committerMiles Bader <miles@gnu.org>2006-11-21 08:56:38 +0000
commitaeb3486868eec24cfcaf69dfa4dc16ef40a9d769 (patch)
tree7134cc6b2f4332f2010addc210d9b1ad42fb5639 /src/editfns.c
parentfd6b9d12b97e02a7413551cc30be86b1fa489ddf (diff)
parent7a5462570e00ce26fa8d944c66621c4c2fa725c3 (diff)
downloademacs-aeb3486868eec24cfcaf69dfa4dc16ef40a9d769.tar.gz
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 505-522) - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: etc/TUTORIAL.cn: Updated. - Merge from erc--emacs--22 * gnus--rel--5.10 (patch 164-167) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-137
Diffstat (limited to 'src/editfns.c')
-rw-r--r--src/editfns.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c
index 0206cd1b913..79a88604d8c 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -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.