1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

net/tls.el (tls-end-of-info): Doc fix.

This commit is contained in:
Simon Josefsson 2007-11-05 10:26:16 +00:00
parent f081513799
commit 45374a1579
2 changed files with 7 additions and 3 deletions

View file

@ -65,9 +65,9 @@
;; `gnutls' regexp. See src/cli.c lines 721-.
"^- Simple Client Mode:\n"
"\\(\n\\|" ; ignore blank lines
;; XXX: We have no way of knowing if the STARTTLS handshake sequence
;; has completed successfully, because `gnutls' will only report
;; failure.
;; According to src/cli.c lines 640-650 and 705-715 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.