diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-11-15 16:45:18 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-11-15 16:45:18 +0000 |
commit | 2c5a057564fe0003f70f0c103df3db126384e73c (patch) | |
tree | bdc4d80997a2ca689f53b20eedf956e11d8aae27 /lisp | |
parent | 08011be5edc52b1c14e2254c2bb5751d829ed1a2 (diff) | |
download | emacs-2c5a057564fe0003f70f0c103df3db126384e73c.tar.gz emacs-2c5a057564fe0003f70f0c103df3db126384e73c.tar.bz2 emacs-2c5a057564fe0003f70f0c103df3db126384e73c.zip |
(erc-open): Fix typo in docstring.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/erc/erc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index fab8f7ca1b9..497b6ffd396 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -1924,7 +1924,7 @@ already connected and just create a separate buffer for the new target CHANNEL. Use PASSWD as user password on the server. If TGT-LIST is -non-nil, use it to initialise `erc-default-recipients'. +non-nil, use it to initialize `erc-default-recipients'. Returns the buffer for the given server or channel." (let ((server-announced-name (when (and (boundp 'erc-session-server) |