(tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
authorReiner Steib <Reiner.Steib@gmx.de>
Wed, 28 Nov 2007 21:54:52 +0000 (21:54 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Wed, 28 Nov 2007 21:54:52 +0000 (21:54 +0000)
lisp/ChangeLog
lisp/tls.el

index 5038518..bfeb763 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
+
 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
 
        * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
index efcb160..213740b 100644 (file)
@@ -143,7 +143,7 @@ verification."
   "Regular expression indicating a host name mismatch in certificate.
 When the host name specified in the certificate doesn't match the
 name of the host you are connecting to, gnutls-cli issues a
-warning to this effect. There is no such feature in openssl. Set
+warning to this effect.  There is no such feature in openssl.  Set
 this to nil if you want to ignore host name mismatches."
   :type 'regexp
   :version "23.0" ;; No Gnus
@@ -185,7 +185,7 @@ Returns a subprocess-object to represent the connection.
 Input and output work as for subprocesses; `delete-process' closes it.
 Args are NAME BUFFER HOST PORT.
 NAME is name for process.  It is modified if necessary to make it unique.
-BUFFER is the buffer (or buffer-name) to associate with the process.
+BUFFER is the buffer (or buffer name) to associate with the process.
  Process output goes at end of that buffer, unless you specify
  an output stream or filter function to handle the output.
  BUFFER may be also nil, meaning that this process is not associated
@@ -233,7 +233,7 @@ Fourth arg PORT is an integer specifying a port to connect to."
                  (progn
                    (goto-char (point-min))
                    (re-search-forward tls-untrusted nil t))
-                 (or 
+                 (or
                   (and (not (eq tls-checktrust 'ask))
                        (message "The certificate presented by `%s' is NOT trusted." host))
                   (not (yes-or-no-p