diff src/editfns.c @ 57736:dd9868eeca9e

(Fmessage): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 27 Oct 2004 11:02:06 +0000
parents c0675c413aa3
children db8c9a3a77cd e24e2e78deda
line wrap: on
line diff
--- a/src/editfns.c	Wed Oct 27 10:59:20 2004 +0000
+++ b/src/editfns.c	Wed Oct 27 11:02:06 2004 +0000
@@ -3049,11 +3049,14 @@
 
 DEFUN ("message", Fmessage, Smessage, 1, MANY, 0,
        doc: /* Print a one-line message at the bottom of the screen.
+The message also goes into the `*Messages*' buffer.
+\(In keyboard macros, that's all it does.)
+
 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.
 
-If the first argument is nil, clear any existing message; let the
-minibuffer contents show.
+If the first argument is nil, the function clears any existing message;
+this lets the minibuffer contents show.  See also `current-message'.
 
 usage: (message STRING &rest ARGS)  */)
      (nargs, args)