summaryrefslogtreecommitdiff
path: root/lisp/cus-edit.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2016-04-30 21:43:18 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2016-04-30 21:43:18 +0200
commitbcf0291d0cd02095b0809b1eb91f1e5c5c2ac5e3 (patch)
tree4f02a4c63d9116b1c7c5544888d334886ec89135 /lisp/cus-edit.el
parentfaf07d646575c78d6d956ce91820ebbf38308553 (diff)
downloademacs-bcf0291d0cd02095b0809b1eb91f1e5c5c2ac5e3.tar.gz
custom-buffer-style doc fix
* lisp/cus-edit.el (custom-buffer-style): Document the `tree' value (bug#20724).
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r--lisp/cus-edit.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index ee0f14fe90e..a1eb1d20016 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -1499,11 +1499,12 @@ Return non-nil if user chooses to customize, for use in
(defcustom custom-buffer-style 'links
"Control the presentation style for customization buffers.
The value should be a symbol, one of:
-
-brackets: groups nest within each other with big horizontal brackets.
-links: groups have links to subgroups."
+`brackets': groups nest within each other with big horizontal brackets.
+`links': groups have links to subgroups.
+`tree': display groups as trees."
:type '(radio (const brackets)
- (const links))
+ (const links)
+ (const tree))
:group 'custom-buffer)
(defcustom custom-buffer-done-kill nil