comparison lisp/erc/erc.el @ 79411:0300b01b794b

(erc-open): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 15 Nov 2007 18:35:11 +0000
parents 4f90f1cb8ef0
children 5f92874bde07
comparison
equal deleted inserted replaced
79410:d1439c947065 79411:0300b01b794b
1908 If CONNECT is non-nil, connect to the server. Otherwise assume 1908 If CONNECT is non-nil, connect to the server. Otherwise assume
1909 already connected and just create a separate buffer for the new 1909 already connected and just create a separate buffer for the new
1910 target CHANNEL. 1910 target CHANNEL.
1911 1911
1912 Use PASSWD as user password on the server. If TGT-LIST is 1912 Use PASSWD as user password on the server. If TGT-LIST is
1913 non-nil, use it to initialise `erc-default-recipients'. 1913 non-nil, use it to initialize `erc-default-recipients'.
1914 1914
1915 Returns the buffer for the given server or channel." 1915 Returns the buffer for the given server or channel."
1916 (let ((server-announced-name (when (and (boundp 'erc-session-server) 1916 (let ((server-announced-name (when (and (boundp 'erc-session-server)
1917 (string= server erc-session-server)) 1917 (string= server erc-session-server))
1918 erc-server-announced-name)) 1918 erc-server-announced-name))