diff options
| -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 | |||
| 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) |