From c1f0230a560ac5418d3f23fcbe8a52aa38f59595 Mon Sep 17 00:00:00 2001 From: Tim Vaughan Date: Sun, 8 Dec 2019 22:37:47 +0100 Subject: [PATCH] Updated texinfo. --- elpher.el | 4 ++-- elpher.texi | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/elpher.el b/elpher.el index 75ae255..5be827f 100644 --- a/elpher.el +++ b/elpher.el @@ -4,7 +4,7 @@ ;; Author: Tim Vaughan ;; Created: 11 April 2019 -;; Version: 2.5.0 +;; Version: 2.5.1 ;; Keywords: comm gopher ;; Homepage: http://thelambdalab.xyz/elpher ;; Package-Requires: ((emacs "26")) @@ -67,7 +67,7 @@ ;;; Global constants ;; -(defconst elpher-version "2.5.0" +(defconst elpher-version "2.5.1" "Current version of elpher.") (defconst elpher-margin-width 6 diff --git a/elpher.texi b/elpher.texi index 882a453..9b1310a 100644 --- a/elpher.texi +++ b/elpher.texi @@ -506,10 +506,9 @@ the appearance of Elpher, including one face per menu item type. The group also contains variables for customizing the behaviour of Elpher. This includes how to open arbitrary (non-gopher) URLs, whether -to display buffer headers, whether to look for naked URLs in gopher -menus (as opposed to just plain text files), the timeout to impose on -network connections, and whether to prompt for confirmation when -switching away from TLS. +to display buffer headers, whether to strip ANSI escape sequences from +text before displaying, the timeout to impose on network connections, +and whether to prompt for confirmation when switching away from TLS. See the customization group itself for details. -- 2.20.1