diff lisp/net/tls.el @ 82963:810622932352

* netrc.el, tls.el: Removed; use files from ../net instead. * net/tls.el (tls-process-connection-type): Fix docstring. (Sync with Gnus v5_10 branch.)
author Reiner Steib <Reiner.Steib@gmx.de>
date Tue, 17 Aug 2004 09:46:48 +0000
parents 695cf19ef79e
children 821d95294db5 cce1c0ee76ee
line wrap: on
line diff
--- a/lisp/net/tls.el	Mon Aug 16 15:40:45 2004 +0000
+++ b/lisp/net/tls.el	Tue Aug 17 09:46:48 2004 +0000
@@ -66,7 +66,7 @@
   :group 'tls)
 
 (defcustom tls-process-connection-type nil
-  "*Value for `process-connection-type' to use when starting process."
+  "*Value for `process-connection-type' to use when starting TLS process."
   :type 'boolean
   :group 'tls)