From f5eab76d7f4672e1ce36ebce61ec8cf4ced807d3 Mon Sep 17 00:00:00 2001 From: Tim Vaughan Date: Fri, 10 May 2019 15:54:20 +0200 Subject: [PATCH] Added quotes around selectors in help strings. --- elpher.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elpher.el b/elpher.el index ca3a82a..a35a23f 100644 --- a/elpher.el +++ b/elpher.el @@ -332,7 +332,7 @@ content and cursor position fields of the node." getter) 'action #'elpher-click-link 'follow-link t - 'help-echo (format "mouse-1, RET: open %s on %s port %s" + 'help-echo (format "mouse-1, RET: open '%s' on %s port %s" selector host port))) (pcase type (?i (elpher-insert-margin) ;; Information @@ -440,7 +440,7 @@ The result is stored as a string in the variable ‘elpher-selector-string’." getter) 'action #'elpher-click-link 'follow-link t - 'help-echo (format "mouse-1, RET: open %s on %s port %s" + 'help-echo (format "mouse-1, RET: open '%s' on %s port %s" selector host port))) (make-text-button (match-beginning 0) (match-end 0) -- 2.20.1