Changed menu item type label www to url.
authorTim Vaughan <tgvaughan@gmail.com>
Tue, 25 Jun 2019 15:30:16 +0000 (17:30 +0200)
committerTim Vaughan <tgvaughan@gmail.com>
Tue, 25 Jun 2019 15:32:24 +0000 (17:32 +0200)
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.

elpher.el

index dffbfd2..11444b9 100644 (file)
--- a/elpher.el
+++ b/elpher.el
     (?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.")