1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
emacs/doc
Basil L. Contovounesios 0fc8177414 Further improve button.el support for help-echo
The last change to forward-button added support for help-echo values
that are functions.  This patch fixes the arguments passed to such
functions and further adds support for help-echo values that are
forms (bug#37515).
* doc/lispref/display.texi (Button Properties): Fix description of
help-echo button property.
* lisp/button.el (button--help-echo): New function.
(forward-button): Use it.
(backward-button): Clarify help-echo reference in docstring.
* test/lisp/button-tests.el (button--help-echo-string)
(button--help-echo-form, button--help-echo-function): New tests.
2019-10-03 23:05:14 +01:00
..
emacs * lisp/tab-bar.el (tab-bar-show): New defcustom. 2019-10-02 23:18:01 +03:00
lispintro Update example in the Mail Aliases node of lispintro 2019-09-23 18:37:31 +02:00
lispref Further improve button.el support for help-echo 2019-10-03 23:05:14 +01:00
man
misc Don't mention server-socket-dir in FAQ 2019-10-02 17:31:19 +02:00