[gnus git] branch master updated: m0-9-74-g3314c21 =1= tls.el (tls-program): Reflow docstring
Katsumi Yamaoka <[email protected]> Fri, 14 Mar 2014 02:40:22 +0100
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 3314c2192d8b63288799e33168699e49d1c947dd (commit)
from a0193b94630db19a690256aa42efbb0407734af1 (commit)
- Log -----------------------------------------------------------------
commit 3314c2192d8b63288799e33168699e49d1c947dd
Author: Juanma Barranquero <[email protected]>
Date: Fri Mar 14 01:40:35 2014 +0000
tls.el (tls-program): Reflow docstring
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1460058..bf94a32 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,10 @@
* gnus-sum.el (gnus-summary-toggle-header): Display header attachment
buttons when toggling the header off.
+2014-03-14 Juanma Barranquero <[email protected]>
+
+ * tls.el (tls-program): Reflow docstring.
+
2014-03-07 Lars Ingebrigtsen <[email protected]>
* nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
diff --git a/lisp/tls.el b/lisp/tls.el
index 8d7c695..6abb048 100644
--- a/lisp/tls.el
+++ b/lisp/tls.el
@@ -80,8 +80,7 @@ and `gnutls-cli' (version 2.0.1) output."
"List of strings containing commands to start TLS stream to a host.
Each entry in the list is tried until a connection is successful.
%h is replaced with server hostname, %p with port to connect to.
-The program should read input on stdin and write output to
-stdout.
+The program should read input on stdin and write output to stdout.
See `tls-checktrust' on how to check trusted root certs.
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/tls.el | 3 +--
2 files changed, 5 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project