+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.
@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