* src/editfns.c (Fmessage): Mention message-log-max. (Bug#12849)
authorGlenn Morris <rgm@gnu.org>
Fri, 16 Nov 2012 02:40:54 +0000 (21:40 -0500)
committerGlenn Morris <rgm@gnu.org>
Fri, 16 Nov 2012 02:40:54 +0000 (21:40 -0500)
src/ChangeLog
src/editfns.c

index d2e7a96..b218e42 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-16  Glenn Morris  <rgm@gnu.org>
+
+       * editfns.c (Fmessage): Mention message-log-max.  (Bug#12849)
+
 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * eval.c (Finteractive_p): Revert lexbind-merge mishap.
index c5d4ed2..8122ffd 100644 (file)
@@ -3434,8 +3434,8 @@ static ptrdiff_t message_length;
 
 DEFUN ("message", Fmessage, Smessage, 1, MANY, 0,
        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.)
+The message also goes into the `*Messages*' buffer, if `message-log-max'
+is non-nil.  (In keyboard macros, that's all it does.)
 Return the message.
 
 The first argument is a format control string, and the rest are data