aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-11-15 18:35:11 +0000
committerJuanma Barranquero2007-11-15 18:35:11 +0000
commitec77ae0a9ec78d58dd34470fbe5d581924d20b86 (patch)
tree33906ffa5a8ff85a3d92a6667c3b041d3d623130
parenta198d2c9158ca14968181e2af9d145e94d425f0a (diff)
downloademacs-ec77ae0a9ec78d58dd34470fbe5d581924d20b86.tar.gz
emacs-ec77ae0a9ec78d58dd34470fbe5d581924d20b86.zip
(erc-open): Fix typo in docstring.
-rw-r--r--lisp/erc/erc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index c26bdf2a19f..d5480bd4b19 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -1910,7 +1910,7 @@ already connected and just create a separate buffer for the new
1910target CHANNEL. 1910target CHANNEL.
1911 1911
1912Use PASSWD as user password on the server. If TGT-LIST is 1912Use PASSWD as user password on the server. If TGT-LIST is
1913non-nil, use it to initialise `erc-default-recipients'. 1913non-nil, use it to initialize `erc-default-recipients'.
1914 1914
1915Returns the buffer for the given server or channel." 1915Returns 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)