* lisp/help-fns.el (help-fns--editable-variable): Don't override
link buttons (bug#40774).
(buffer-string))))))))
(defun help-fns--editable-variable (start end variable value buffer)
- (when (and (readablep value) help-enable-variable-value-editing)
+ (when (and (readablep value)
+ (not (boundp value))
+ (not (fboundp value))
+ help-enable-variable-value-editing)
(add-text-properties
start end
(list 'help-echo "`e' to edit the value"