From 4ec88fd125c2c3100d9aa9ed3191ca482c0ade2f Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sat, 30 Dec 2017 10:58:25 +0000 Subject: Fix incorrect let nesting --- helpful.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/helpful.el b/helpful.el index b30030c..860749a 100644 --- a/helpful.el +++ b/helpful.el @@ -602,13 +602,13 @@ unescaping too." (key-description (if key (key-description key) - (format "M-x %s" symbol-name))))) - (insert - (helpful--button - key-description - 'helpful-describe-exactly-button - 'symbol symbol - 'callable-p t)))) + (format "M-x %s" symbol-name)))) + (insert + (helpful--button + key-description + 'helpful-describe-exactly-button + 'symbol symbol + 'callable-p t))))) ;; Don't modify other characters. (t (forward-char 1)))) -- cgit v1.0