From: Vee Date: Sat, 16 May 2020 14:30:24 +0000 (-0400) Subject: Update documentation to include all supported protocols X-Git-Tag: v2.7.5~2^2~1 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=046caf0e277598e42d0480d8f68f52179af00bb3 Update documentation to include all supported protocols This updates some in-code and Elpher homepage command documentation to be more consistent with the client's support for more than just the gopher protocol. --- diff --git a/elpher.el b/elpher.el index 2230277..14e565c 100644 --- a/elpher.el +++ b/elpher.el @@ -26,8 +26,8 @@ ;;; Commentary: -;; Elpher aims to provide a practical and friendly gopher client -;; for GNU Emacs. It supports: +;; Elpher aims to provide a practical and friendly gopher, gemini, +;; and finger client for GNU Emacs. It supports: ;; - intuitive keyboard and mouse-driven browsing, ;; - out-of-the-box compatibility with evil-mode, @@ -1240,7 +1240,7 @@ by HEADER-LINE." " - m: select an item on current page by name (autocompletes)\n" " - u/mouse-3: return to previous page\n" " - o/O: visit different selector or the root menu of the current server\n" - " - g: go to a particular gopher address\n" + " - g: go to a particular address (gopher, gemini, finger)\n" " - d/D: download item under cursor or current page\n" " - i/I: info on item under cursor or current page\n" " - c/C: copy URL representation of item under cursor or current page\n"