From: Tino Calancha Date: Fri, 15 Jun 2018 07:21:03 +0000 (+0900) Subject: customize-apropos: Separate package name from its description X-Git-Tag: emacs-27.0.90~4852 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aeb6b2e31fea5d3fa78e2f8a0895dc86f6b4a7a6;p=emacs.git 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). --- diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index a12897e7997..ff6a4f6d33c 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