From 98fc5c3c8ea6b351a9514a925b7e62499df7c440 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 18 Jul 1995 23:52:22 +0000 Subject: [PATCH] (Fmessage): Doc fix. --- src/editfns.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/editfns.c b/src/editfns.c index 0519bc806a1..6a9e2d80013 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -1633,12 +1633,9 @@ static int message_length; DEFUN ("message", Fmessage, Smessage, 1, MANY, 0, "Print a one-line message at the bottom of the screen.\n\ -The first argument is a control string.\n\ -It may contain %s or %d or %c to print successive following arguments.\n\ -%s means print an argument as a string, %d means print as number in decimal,\n\ -%c means print a number as a single character.\n\ -The argument used by %s must be a string or a symbol;\n\ -the argument used by %d or %c must be a number.\n\ +The first argument is a format control string, and the rest are data\n\ +to be formatted under control of the string. See `format' for details.\n\ +\n\ If the first argument is nil, clear any existing message; let the\n\ minibuffer contents show.") (nargs, args) -- 2.39.2