X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=4498c6c6396ccd2056b201008c0cafcb81f22f95;hp=879e68a291ea77f65a577fd41bc7544c6749e1d8;hb=eb650bff13f8ec7c9504c0937b4395617cfdfd53;hpb=b4adbe09255f6a464253e306c1a54eef5238e164 diff --git a/elpher.el b/elpher.el index 879e68a..4498c6c 100644 --- a/elpher.el +++ b/elpher.el @@ -5,7 +5,7 @@ ;; Author: Tim Vaughan ;; Created: 11 April 2019 -;; Version: 3.3.3 +;; Version: 3.4.0 ;; Keywords: comm gopher ;; Homepage: https://thelambdalab.xyz/elpher ;; Package-Requires: ((emacs "27.1")) @@ -70,7 +70,7 @@ ;;; Global constants ;; -(defconst elpher-version "3.3.3" +(defconst elpher-version "3.4.0" "Current version of elpher.") (defconst elpher-margin-width 6 @@ -1879,8 +1879,9 @@ Assumes UTF-8 encoding for all text files." 'help-echo help-string)) (insert "\n") (insert (propertize - (concat "(These documents should be available if you have installed Elpher \n" - " using MELPA. Otherwise you may have to install the manual yourself.)\n") + (concat "(These documents should be available if you have installed Elpher\n" + " from MELPA or non-GNU ELPA. Otherwise you may have to install the\n" + " manual yourself.)\n") 'face 'shadow)) (elpher-restore-pos)))