diff options
| author | Juanma Barranquero | 2007-11-15 18:35:11 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-11-15 18:35:11 +0000 |
| commit | ec77ae0a9ec78d58dd34470fbe5d581924d20b86 (patch) | |
| tree | 33906ffa5a8ff85a3d92a6667c3b041d3d623130 | |
| parent | a198d2c9158ca14968181e2af9d145e94d425f0a (diff) | |
| download | emacs-ec77ae0a9ec78d58dd34470fbe5d581924d20b86.tar.gz emacs-ec77ae0a9ec78d58dd34470fbe5d581924d20b86.zip | |
(erc-open): Fix typo in docstring.
| -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 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 | |||
| 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) |