From: Tim Vaughan Date: Fri, 26 Apr 2019 16:00:52 +0000 (+0200) Subject: Added some missing comments. X-Git-Tag: v1.0.0~43 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=c95abb707d90ad6829b426fdbd4f9e0f0a69568a Added some missing comments. --- 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