emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 6d8c2d0 49/64: custom-buffer-style doc fix


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 6d8c2d0 49/64: custom-buffer-style doc fix
Date: Sun, 01 May 2016 18:18:42 +0000

branch: emacs-25
commit 6d8c2d0fdcde087514625688c1d1966df0dfdb42
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    custom-buffer-style doc fix
    
    * lisp/cus-edit.el (custom-buffer-style): Document the `tree'
    value (bug#20724).
    
    (cherry picked from commit bcf0291d0cd02095b0809b1eb91f1e5c5c2ac5e3)
---
 lisp/cus-edit.el |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index 9609a03..d7db353 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]