mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
(Fmessage): Doc fixes.
This commit is contained in:
parent
8acf0c0e20
commit
db18da59a1
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue