diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2017-09-05 21:54:53 +0100 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2017-09-05 21:54:53 +0100 |
| commit | bb4df37882018265c59e3e80c5b7e579acd87f63 (patch) | |
| tree | 7a76be25571b79a58aa4c7f1537549196e0c6adf | |
| parent | 15b3a9a8b0238f349be29d1b0772ff44ca51180e (diff) | |
Use helpful-variable when propertizing cross-references
| -rw-r--r-- | helpful.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." |
