From: Po Lu Date: Fri, 19 Nov 2021 04:26:08 +0000 (+0800) Subject: Fix documentation on xwidgets X-Git-Tag: emacs-29.0.90~2852^2~202 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7138e69fdcf2d9f8cfe6bebf750f7f04b6ee6286;p=emacs.git Fix documentation on xwidgets * doc/lispref/display.texi (Xwidgets): Refer to correct function. --- 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.