From: Xue Fuqiao Date: Tue, 15 Oct 2013 08:43:56 +0000 (+0800) Subject: * doc/lispref/display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1263 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2641f1a547735f506a3d8039053d457a1da5e5ea;p=emacs.git * doc/lispref/display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index c7d70eed41e..7e1bee186ed 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2013-10-15 Xue Fuqiao + + * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer. + 2013-10-13 Glenn Morris * intro.texi (Acknowledgments): Use accented form of some names. diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index ae24439c41f..c8cf77fb6cf 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -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