]> git.eshelyaron.com Git - emacs.git/commitdiff
customize-apropos: Separate package name from its description
authorTino Calancha <tino.calancha@gmail.com>
Fri, 15 Jun 2018 07:21:03 +0000 (16:21 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Fri, 15 Jun 2018 07:21:03 +0000 (16:21 +0900)
* lisp/cus-edit.el (custom-group-value-create):
Always insert documentation indented from its package name (Bug#31466).

lisp/cus-edit.el

index a12897e79973da349b4aa385168831fe21d173db..ff6a4f6d33c0d9dacc6b0072b5cb6ad4b1c36dbc 100644 (file)
@@ -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