mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
Comment change.
This commit is contained in:
parent
16417dd9e9
commit
4f103eaae6
@ -738,8 +738,10 @@ Returns the documentation as a string, also."
|
||||
(help-setup-xref (list #'describe-variable variable) (interactive-p))
|
||||
|
||||
;; Make a link to customize if this variable can be customized.
|
||||
(if (or (get variable 'custom-type)
|
||||
(user-variable-p variable))
|
||||
;; Note, it is not reliable to test for a custom-type property
|
||||
;; because those are only present after the var's definition
|
||||
;; has been loaded.
|
||||
(if (user-variable-p variable)
|
||||
(let ((customize-label "customize"))
|
||||
(terpri)
|
||||
(terpri)
|
||||
|
Loading…
Reference in New Issue
Block a user