1
0
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:
Richard M. Stallman 1998-06-09 03:47:04 +00:00
parent 16417dd9e9
commit 4f103eaae6

View File

@ -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)