X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=5f0ef3a3495d1c458e3c1bda0a266c26b6256f7b;hp=340f9df8b6a04c04975e561cc46f48ac0630cc3e;hb=e709905f4a3019372b2365e97019d7fd8741b125;hpb=4a7a614530e7d74318b96de4c210ea9fac9df7bc diff --git a/elpher.el b/elpher.el index 340f9df..5f0ef3a 100644 --- a/elpher.el +++ b/elpher.el @@ -26,10 +26,10 @@ ;;; Commentary: -;; Elpher aims to provide a practical gopher client for GNU Emacs. -;; It supports: +;; Elpher aims to provide a practical and friendly gopher client +;; for GNU Emacs. It supports: -;; - intuitive keyboard and mouse-driven interface, +;; - an intuitive keyboard and mouse-driven interface, ;; - caching of visited sites (both content and cursor position), ;; - pleasant and configurable colouring of Gopher directories, ;; - direct visualisation of image files, @@ -45,6 +45,9 @@ ;; Faces, caching and other options can be configured via ;; the Elpher customization group in Applications. +;; Elpher is under active development, and any suggestions for +;; improvements are welcome! + ;;; Code: (provide 'elpher) @@ -1071,7 +1074,7 @@ host, selector and port." (error "No link selected")))) (defun elpher-bookmarks () - "Visit bookmarks." + "Visit bookmarks page." (interactive) (switch-to-buffer "*elpher*") (elpher-visit-node @@ -1207,7 +1210,11 @@ host, selector and port." "Keymap for gopher client.") (define-derived-mode elpher-mode special-mode "elpher" - "Major mode for elpher, an elisp gopher client.") + "Major mode for elpher, an elisp gopher client. + +This mode is automatically enabled by the interactive +functions which initialize the gopher client, namely +`elpher', `elpher-go' and `elpher-bookmarks'.") (when (fboundp 'evil-set-initial-state) (evil-set-initial-state 'elpher-mode 'motion))