1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

Fix typo in last check-in.

This commit is contained in:
Lars Magne Ingebrigtsen 2011-06-23 02:18:46 +02:00
parent c4db078bfd
commit 5c62d13346

View File

@ -2178,7 +2178,7 @@ Arguments are the same as for `erc'."
The process will be given the name NAME, its target buffer will be The process will be given the name NAME, its target buffer will be
BUFFER. HOST and PORT specify the connection target." BUFFER. HOST and PORT specify the connection target."
(open-network-stream name buffer host port (open-network-stream name buffer host port
:type 'tls))) :type 'tls))
;;; Displaying error messages ;;; Displaying error messages