diff options
| -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 71b518acb74..39f8f87c673 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -3171,9 +3171,10 @@ static char *message_text; | |||
| 3171 | static int message_length; | 3171 | static int message_length; |
| 3172 | 3172 | ||
| 3173 | DEFUN ("message", Fmessage, Smessage, 1, MANY, 0, | 3173 | DEFUN ("message", Fmessage, Smessage, 1, MANY, 0, |
| 3174 | doc: /* Print a one-line message at the bottom of the screen. | 3174 | doc: /* Display a message at the bottom of the screen. |
| 3175 | The message also goes into the `*Messages*' buffer. | 3175 | The message also goes into the `*Messages*' buffer. |
| 3176 | \(In keyboard macros, that's all it does.) | 3176 | \(In keyboard macros, that's all it does.) |
| 3177 | Return the message. | ||
| 3177 | 3178 | ||
| 3178 | The first argument is a format control string, and the rest are data | 3179 | The first argument is a format control string, and the rest are data |
| 3179 | to be formatted under control of the string. See `format' for details. | 3180 | to be formatted under control of the string. See `format' for details. |