From 7138e69fdcf2d9f8cfe6bebf750f7f04b6ee6286 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Fri, 19 Nov 2021 12:26:08 +0800 Subject: [PATCH] Fix documentation on xwidgets * doc/lispref/display.texi (Xwidgets): Refer to correct function. --- doc/lispref/display.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index dd2c6e003f4..8decff6fa8f 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -6807,7 +6807,7 @@ subprocesses with. The xwidget that is returned will be killed alongside its buffer (@pxref{Killing Buffers}). You can also kill it using -@code{xwidget-kill}. Once it is killed, the xwidget may continue to +@code{kill-xwidget}. Once it is killed, the xwidget may continue to exist as a Lisp object and act as a @code{display} property until all references to it are gone, but most actions that can be performed on live xwidgets will no longer be available. -- 2.39.2