]> git.eshelyaron.com Git - emacs.git/commit
Make xwidget-events special and document xwidget callbacks
authorPo Lu <luangruo@yahoo.com>
Sat, 20 Nov 2021 06:57:22 +0000 (14:57 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 20 Nov 2021 06:57:22 +0000 (14:57 +0800)
commit88458f7354e904a50ed1389869266437ba084533
tree448c550141ebdc2a32a7b3f7b9337bd2a21ba0bd
parentda508cf4bd437f8fd9a06fce33f6e62590e1e4d9
Make xwidget-events special and document xwidget callbacks

Users have always been supposed to use callbacks for handling
xwidget events, but for some reason this has not been
documented until now.

* doc/lispref/commands.texi (Xwidget Events): Document xwidget
callbacks and the special status of `xwidget-event's.

* doc/lispref/display.texi (Xwidgets): Add xwidget property
list functions to the concept index.

* lisp/xwidget.el: Make xwidget events special.
doc/lispref/commands.texi
doc/lispref/display.texi
lisp/xwidget.el