comparison lisp/erc/erc.el @ 86107:4c5abd39cfa9

(erc-open): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 15 Nov 2007 16:45:18 +0000
parents e95712050fdc
children 11b4896b439a
comparison
equal deleted inserted replaced
86106:29738c3df361 86107:4c5abd39cfa9
1922 If CONNECT is non-nil, connect to the server. Otherwise assume 1922 If CONNECT is non-nil, connect to the server. Otherwise assume
1923 already connected and just create a separate buffer for the new 1923 already connected and just create a separate buffer for the new
1924 target CHANNEL. 1924 target CHANNEL.
1925 1925
1926 Use PASSWD as user password on the server. If TGT-LIST is 1926 Use PASSWD as user password on the server. If TGT-LIST is
1927 non-nil, use it to initialise `erc-default-recipients'. 1927 non-nil, use it to initialize `erc-default-recipients'.
1928 1928
1929 Returns the buffer for the given server or channel." 1929 Returns the buffer for the given server or channel."
1930 (let ((server-announced-name (when (and (boundp 'erc-session-server) 1930 (let ((server-announced-name (when (and (boundp 'erc-session-server)
1931 (string= server erc-session-server)) 1931 (string= server erc-session-server))
1932 erc-server-announced-name)) 1932 erc-server-announced-name))