diff options
| author | Miles Bader | 2006-11-21 08:56:38 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-11-21 08:56:38 +0000 |
| commit | eeb7eaa88482114822730380196f4e7a3c0870dd (patch) | |
| tree | e8c3861b628ad53c6b8f158b74d1be8bd8590aeb /src/editfns.c | |
| parent | b15d6f4265b10fbc413caca03246feff9c87d53e (diff) | |
| parent | a98d0b8e8948293de119c4cdd7a8c79318ad82fa (diff) | |
| download | emacs-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.c | 3 |
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; | |||
| 3303 | static int message_length; | 3303 | static int message_length; |
| 3304 | 3304 | ||
| 3305 | DEFUN ("message", Fmessage, Smessage, 1, MANY, 0, | 3305 | DEFUN ("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. |
| 3307 | The message also goes into the `*Messages*' buffer. | 3307 | The 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.) |
| 3309 | Return the message. | ||
| 3309 | 3310 | ||
| 3310 | The first argument is a format control string, and the rest are data | 3311 | The first argument is a format control string, and the rest are data |
| 3311 | to be formatted under control of the string. See `format' for details. | 3312 | to be formatted under control of the string. See `format' for details. |