summaryrefslogtreecommitdiff
path: root/doc/lispref/customize.texi
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2020-09-18 13:28:12 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2020-09-18 13:28:12 +0200
commit635666e7bfca0117eeec6c769b02d71383607093 (patch)
tree9d3bf4f2ac5262c330199cc3ae919b646d44ab27 /doc/lispref/customize.texi
parentb23beef3f2fecdd179b448dca5ab6d51c9580f92 (diff)
downloademacs-635666e7bfca0117eeec6c769b02d71383607093.tar.gz
Use a widget for the face link in Customize buffers
* doc/lispref/customize.texi (Common Keywords): Document it. * lisp/cus-edit.el (custom-face-value-create): Use a widget instead of a button so that TAB works (bug#20664). * lisp/wid-edit.el (face-link): New widget. (widget-face-link-action): New action.
Diffstat (limited to 'doc/lispref/customize.texi')
-rw-r--r--doc/lispref/customize.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi
index c35444f5817..85912470795 100644
--- a/doc/lispref/customize.texi
+++ b/doc/lispref/customize.texi
@@ -124,6 +124,11 @@ Link to the documentation of a variable; @var{variable} is a string
which specifies the name of the variable to describe with
@code{describe-variable} when the user invokes this link.
+@item (face-link @var{face})
+Link to the documentation of a face; @var{face} is a string which
+specifies the name of the face to describe with @code{describe-face}
+when the user invokes this link.
+
@item (custom-group-link @var{group})
Link to another customization group. Invoking it creates a new
customization buffer for @var{group}.