From 2641f1a547735f506a3d8039053d457a1da5e5ea Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Tue, 15 Oct 2013 16:43:56 +0800 Subject: [PATCH] =?utf8?q?*=20doc/lispref/display.texi=20(Warning=20Basics?= =?utf8?q?):=20Mention=20the=20=E2=80=98*Warnings*=E2=80=99=20buffer.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/display.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 -- 2.39.2