]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
authorXue Fuqiao <xfq.free@gmail.com>
Tue, 15 Oct 2013 08:43:56 +0000 (16:43 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Tue, 15 Oct 2013 08:43:56 +0000 (16:43 +0800)
doc/lispref/ChangeLog
doc/lispref/display.texi

index c7d70eed41e1090ed8d8278ef8e7c1b3d79ce626..7e1bee186edcf82508d95ec82037362bb9e059fc 100644 (file)
@@ -1,3 +1,7 @@
+2013-10-15  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
+
 2013-10-13  Glenn Morris  <rgm@gnu.org>
 
        * intro.texi (Acknowledgments): Use accented form of some names.
index ae24439c41fa93b02c81eea22dc131c93ac8f876..c8cf77fb6cf47b690fb720f704980e41ed5c0cb5 100644 (file)
@@ -633,8 +633,8 @@ for logging the warning.  By default, it is @file{*Warnings*}.
 
 @defun lwarn type level message &rest args
 This function reports a warning using the value of @code{(format
-@var{message} @var{args}...)} as the message.  In other respects it is
-equivalent to @code{display-warning}.
+@var{message} @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