1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-07 16:10:46 -08:00

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).
This commit is contained in:
Tino Calancha 2018-06-15 16:21:03 +09:00
parent 4139c98eb5
commit aeb6b2e31f

View 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