aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
diff options
context:
space:
mode:
authorMiles Bader2006-11-21 08:56:38 +0000
committerMiles Bader2006-11-21 08:56:38 +0000
commiteeb7eaa88482114822730380196f4e7a3c0870dd (patch)
treee8c3861b628ad53c6b8f158b74d1be8bd8590aeb /src/editfns.c
parentb15d6f4265b10fbc413caca03246feff9c87d53e (diff)
parenta98d0b8e8948293de119c4cdd7a8c79318ad82fa (diff)
downloademacs-eeb7eaa88482114822730380196f4e7a3c0870dd.tar.gz
emacs-eeb7eaa88482114822730380196f4e7a3c0870dd.zip
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;
3303static int message_length; 3303static int message_length;
3304 3304
3305DEFUN ("message", Fmessage, Smessage, 1, MANY, 0, 3305DEFUN ("message", Fmessage, Smessage, 1, MANY, 0,
3306 doc: /* Print a one-line message at the bottom of the screen. 3306 doc: /* Display a message at the bottom of the screen.
3307The message also goes into the `*Messages*' buffer. 3307The message also goes into the `*Messages*' buffer.
3308\(In keyboard macros, that's all it does.) 3308\(In keyboard macros, that's all it does.)
3309Return the message.
3309 3310
3310The first argument is a format control string, and the rest are data 3311The first argument is a format control string, and the rest are data
3311to be formatted under control of the string. See `format' for details. 3312to be formatted under control of the string. See `format' for details.