diff options
Diffstat (limited to 'lisp/gnus/nntp.el')
-rw-r--r-- | lisp/gnus/nntp.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/gnus/nntp.el b/lisp/gnus/nntp.el index 887dce3472f..7e10e151a4d 100644 --- a/lisp/gnus/nntp.el +++ b/lisp/gnus/nntp.el @@ -1,6 +1,6 @@ ;;; nntp.el --- nntp access for Gnus -*- lexical-binding:t -*- -;; Copyright (C) 1987-1990, 1992-1998, 2000-2020 Free Software +;; Copyright (C) 1987-1990, 1992-1998, 2000-2021 Free Software ;; Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> @@ -600,7 +600,7 @@ retried once before actually displaying the error report." nil))) (defun nntp-with-open-group-function (group server connectionless bodyfun) - "Protect against servers that don't like clients that keep idle connections opens. + "Protect against servers that don't like clients that keep idle connections open. The problem being that these servers may either close a connection or simply ignore any further requests on a connection. Closed connections are not detected until `accept-process-output' has updated @@ -651,7 +651,7 @@ command whose response triggered the error." nntp-with-open-group-internal)) (defmacro nntp-with-open-group (group server &optional connectionless &rest forms) - "Protect against servers that don't like clients that keep idle connections opens. + "Protect against servers that don't like clients that keep idle connections open. The problem being that these servers may either close a connection or simply ignore any further requests on a connection. Closed connections are not detected until `accept-process-output' has updated |