From: Lars Magne Ingebrigtsen Date: Thu, 23 Jun 2011 00:18:46 +0000 (+0200) Subject: Fix typo in last check-in. X-Git-Tag: emacs-pretest-24.0.90~104^2~463 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c62d133468c354b47a1643092add8292e084765;p=emacs.git Fix typo in last check-in. --- diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index bab8fd1e455..36097cf0c12 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -2178,7 +2178,7 @@ Arguments are the same as for `erc'." The process will be given the name NAME, its target buffer will be BUFFER. HOST and PORT specify the connection target." (open-network-stream name buffer host port - :type 'tls))) + :type 'tls)) ;;; Displaying error messages