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:
parent
4139c98eb5
commit
aeb6b2e31f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue