From: Tim Vaughan Date: Tue, 25 Jun 2019 15:30:16 +0000 (+0200) Subject: Changed menu item type label www to url. X-Git-Tag: v1.4.6~5 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=3416632554bfddf6dcdc7afbcf6b7295848944b7;hp=b1b78898e053973887d2bad4768ece92cd9d9bb2 Changed menu item type label www to url. Not always accurate (h types can represent both generic URLs (even gopher URLs) and literal HTML documents. These days it seems that they're mosly URLs though. --- diff --git a/elpher.el b/elpher.el index dffbfd2..11444b9 100644 --- a/elpher.el +++ b/elpher.el @@ -116,7 +116,7 @@ (?p elpher-get-image-node "img" elpher-image) (?I elpher-get-image-node "img" elpher-image) (?d elpher-get-node-download "doc" elpher-binary) - (?h elpher-get-url-node "web" elpher-url) + (?h elpher-get-url-node "url" elpher-url) (bookmarks elpher-get-bookmarks-node "#" elpher-index) (start elpher-get-start-node "#" elpher-index)) "Association list from types to getters, margin codes and index faces.")