emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110879: * src/editfns.c (Fmessage


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110879: * src/editfns.c (Fmessage): Mention message-log-max. (Bug#12849)
Date: Thu, 15 Nov 2012 21:40:54 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110879
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Thu 2012-11-15 21:40:54 -0500
message:
  * src/editfns.c (Fmessage): Mention message-log-max.  (Bug#12849)
modified:
  src/ChangeLog
  src/editfns.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-11-15 17:17:23 +0000
+++ b/src/ChangeLog     2012-11-16 02:40:54 +0000
@@ -1,3 +1,7 @@
+2012-11-16  Glenn Morris  <address@hidden>
+
+       * editfns.c (Fmessage): Mention message-log-max.  (Bug#12849)
+
 2012-11-15  Stefan Monnier  <address@hidden>
 
        * eval.c (Finteractive_p): Revert lexbind-merge mishap.

=== modified file 'src/editfns.c'
--- a/src/editfns.c     2012-10-16 02:22:25 +0000
+++ b/src/editfns.c     2012-11-16 02:40:54 +0000
@@ -3434,8 +3434,8 @@
 
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]