emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114668: * doc/lispref/display. texi (Warning Basics


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r114668: * doc/lispref/display. texi (Warning Basics): Mention the ‘*Warnings* ’ buffer.
Date: Tue, 15 Oct 2013 08:44:14 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114668
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Tue 2013-10-15 16:43:56 +0800
message:
  * doc/lispref/display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/display.texi       
display.texi-20091113204419-o5vbwnq5f7feedwu-6172
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-10-13 00:31:19 +0000
+++ b/doc/lispref/ChangeLog     2013-10-15 08:43:56 +0000
@@ -1,3 +1,7 @@
+2013-10-15  Xue Fuqiao  <address@hidden>
+
+       * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
+
 2013-10-13  Glenn Morris  <address@hidden>
 
        * intro.texi (Acknowledgments): Use accented form of some names.

=== modified file 'doc/lispref/display.texi'
--- a/doc/lispref/display.texi  2013-10-14 22:20:52 +0000
+++ b/doc/lispref/display.texi  2013-10-15 08:43:56 +0000
@@ -633,8 +633,8 @@
 
 @defun lwarn type level message &rest args
 This function reports a warning using the value of @code{(format
address@hidden @var{args}...)} as the message.  In other respects it is
-equivalent to @code{display-warning}.
address@hidden @var{args}...)} as the message in the @file{*Warnings*}
+buffer.  In other respects it is equivalent to @code{display-warning}.
 @end defun
 
 @defun warn message &rest args


reply via email to

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