mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-07 12:10:55 +00:00
Try and improve the *Help* layout for things like diff-refine
.
* lisp/help-fns.el (describe-variable-custom-version-info): Follow the usual format of other `help-fns-describe-variable-functions`.
This commit is contained in:
parent
daab2d3a62
commit
bbc34d3762
@ -1125,8 +1125,8 @@ it is displayed along with the global value."
|
||||
;; Note variable's version or package version.
|
||||
(let ((output (describe-variable-custom-version-info variable)))
|
||||
(when output
|
||||
(terpri)
|
||||
(terpri)
|
||||
;; (terpri)
|
||||
;; (terpri)
|
||||
(princ output)))))
|
||||
|
||||
(add-hook 'help-fns-describe-variable-functions #'help-fns--var-safe-local)
|
||||
|
Loading…
Reference in New Issue
Block a user