]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last commit.
authorSimon Josefsson <jas@extundo.com>
Thu, 8 Nov 2007 13:20:11 +0000 (13:20 +0000)
committerSimon Josefsson <jas@extundo.com>
Thu, 8 Nov 2007 13:20:11 +0000 (13:20 +0000)
lisp/net/tls.el

index d6a40be6213f7e31e3b36ac3f73866960f80e3fe..0643aca5d803bbdc171cafd03f3acc73a0800c59 100644 (file)
@@ -65,9 +65,9 @@
    ;; `gnutls' regexp. See src/cli.c lines 721-.
    "^- Simple Client Mode:\n"
    "\\(\n\\|"                           ; ignore blank lines
-   ;; According to src/cli.c (in v2.1.5) lines 640-650 and 705-715 the
-   ;; handshake will start after this message.  If the handshake
-   ;; fails, the programs will abort.
+   ;; According to GnuTLS v2.1.5 src/cli.c lines 640-650 and 705-715
+   ;; in main() the handshake will start after this message.  If the
+   ;; handshake fails, the programs will abort.
    "^\\*\\*\\* Starting TLS handshake\n\\)*"
    "\\)")
   "Regexp matching end of TLS client informational messages.