diff options
| author | Juanma Barranquero | 2006-11-24 10:53:03 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-24 10:53:03 +0000 |
| commit | cfa61b8594fbaa4503846521d9db4da4600b35f9 (patch) | |
| tree | 9eb227156fe189682a2a2a655da0edc34d23e445 | |
| parent | 8c08b57a10443389b06f81d2e4825dbe2d3ca9e3 (diff) | |
| download | emacs-cfa61b8594fbaa4503846521d9db4da4600b35f9.tar.gz emacs-cfa61b8594fbaa4503846521d9db4da4600b35f9.zip | |
(005): Fix space/tab mixup in docstring.
| -rw-r--r-- | lisp/erc/erc-backend.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/erc/erc-backend.el b/lisp/erc/erc-backend.el index a51cec85af8..82934f92218 100644 --- a/lisp/erc/erc-backend.el +++ b/lisp/erc/erc-backend.el | |||
| @@ -1226,7 +1226,7 @@ add things to `%s' instead." | |||
| 1226 | (when buffer | 1226 | (when buffer |
| 1227 | (with-current-buffer buffer | 1227 | (with-current-buffer buffer |
| 1228 | ;; update the chat partner info. Add to the list if private | 1228 | ;; update the chat partner info. Add to the list if private |
| 1229 | ;; message. We will accumulate private identities indefinitely | 1229 | ;; message. We will accumulate private identities indefinitely |
| 1230 | ;; at this point. | 1230 | ;; at this point. |
| 1231 | (erc-update-channel-member (if privp nick tgt) nick nick | 1231 | (erc-update-channel-member (if privp nick tgt) nick nick |
| 1232 | privp nil nil host login nil nil t) | 1232 | privp nil nil host login nil nil t) |
| @@ -1341,7 +1341,7 @@ add things to `%s' instead." | |||
| 1341 | According to RFC 2812, suggests alternate servers on the network. | 1341 | According to RFC 2812, suggests alternate servers on the network. |
| 1342 | Many servers, however, use this code to show which parameters they have set, | 1342 | Many servers, however, use this code to show which parameters they have set, |
| 1343 | for example, the network identifier, maximum allowed topic length, whether | 1343 | for example, the network identifier, maximum allowed topic length, whether |
| 1344 | certain commands are accepted and more. See documentation for | 1344 | certain commands are accepted and more. See documentation for |
| 1345 | `erc-server-parameters' for more information on the parameters sent. | 1345 | `erc-server-parameters' for more information on the parameters sent. |
| 1346 | 1346 | ||
| 1347 | A server may send more than one 005 message." | 1347 | A server may send more than one 005 message." |