On Mon, Oct 21, 2019 at 6:26 PM Eli Zaretskii wrote: > > Patches are welcome. Why did I suspect that was coming? From afc1bfb78e89837dbd2320231d2e13db99db0a1d Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 21 Oct 2019 18:59:14 +0200 Subject: [PATCH] * doc/lispref/display.texi: Document `delay-warning' --- doc/lispref/display.texi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 82d9f1db61..7ea582d012 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -870,6 +870,12 @@ Delayed Warnings @code{delayed-warnings-list} to @code{nil}. @end defvar +@defun delay-warning type message &optional level buffer-name +This function is the delayed counterpart to @code{display-warning}, +and it is called with the same arguments. The warning message is +queued into @code{delayed-warnings-list}. +@end defun + @node Invisible Text @section Invisible Text -- 2.23.0.windows.1