projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4139c98
)
customize-apropos: Separate package name from its description
author
Tino Calancha
<tino.calancha@gmail.com>
Fri, 15 Jun 2018 07:21:03 +0000
(16:21 +0900)
committer
Tino 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
patch
|
blob
|
history
diff --git
a/lisp/cus-edit.el
b/lisp/cus-edit.el
index a12897e79973da349b4aa385168831fe21d173db..ff6a4f6d33c0d9dacc6b0072b5cb6ad4b1c36dbc 100644
(file)
--- 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