From c95abb707d90ad6829b426fdbd4f9e0f0a69568a Mon Sep 17 00:00:00 2001 From: Tim Vaughan Date: Fri, 26 Apr 2019 18:00:52 +0200 Subject: [PATCH] Added some missing comments. --- elopher.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elopher.el b/elopher.el index f058179..3e35921 100644 --- a/elopher.el +++ b/elopher.el @@ -248,7 +248,7 @@ Otherwise, use the system browser via the BROWSE-URL function." 'action #'elopher-click-link 'follow-link t 'help-echo help-string)) - (?7 (elopher-insert-margin "S") + (?7 (elopher-insert-margin "S") ; Query (insert-text-button display-string 'face elopher-search-face 'elopher-node (elopher-make-node elopher-current-node @@ -257,7 +257,7 @@ Otherwise, use the system browser via the BROWSE-URL function." 'action #'elopher-click-link 'follow-link t 'help-echo help-string)) - (?h (elopher-insert-margin "W") + (?h (elopher-insert-margin "W") ; Web link (let ((url (elt (split-string selector "URL:") 1))) (insert-text-button display-string 'face elopher-http-face -- 2.20.1