emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master aeb6b2e: customize-apropos: Separate package name f


From: Tino Calancha
Subject: [Emacs-diffs] master aeb6b2e: customize-apropos: Separate package name from its description
Date: Fri, 15 Jun 2018 03:22:12 -0400 (EDT)

branch: master
commit aeb6b2e31fea5d3fa78e2f8a0895dc86f6b4a7a6
Author: Tino Calancha <address@hidden>
Commit: Tino Calancha <address@hidden>

    customize-apropos: Separate package name from its description
    
    * lisp/cus-edit.el (custom-group-value-create):
    Always insert documentation indented from its package name (Bug#31466).
---
 lisp/cus-edit.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index a12897e..ff6a4f6 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -4145,7 +4145,7 @@ If GROUPS-ONLY is non-nil, return only those members that 
are groups."
           ;; Update buttons.
           (widget-put widget :buttons buttons)
           ;; Insert documentation.
-          (if (and (eq custom-buffer-style 'links) (> level 1))
+          (when (eq custom-buffer-style 'links)
               (widget-put widget :documentation-indent
                           custom-group-doc-align-col))
           (widget-add-documentation-string-button



reply via email to

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