From bb4df37882018265c59e3e80c5b7e579acd87f63 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Tue, 5 Sep 2017 21:54:53 +0100 Subject: Use helpful-variable when propertizing cross-references --- helpful.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpful.el b/helpful.el index 3ca6fa7..44f1c6c 100644 --- a/helpful.el +++ b/helpful.el @@ -224,7 +224,7 @@ This allows us to distinguish strings from symbols." (let ((sym (button-get button 'symbol))) (if (fboundp sym) (helpful-function sym) - (describe-variable sym)))) + (helpful-variable sym)))) (defun helpful--describe-button (sym) "Return a button that describes SYM." -- cgit v1.0