summaryrefslogtreecommitdiff
path: root/lisp/erc
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-11-24 10:53:03 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-11-24 10:53:03 +0000
commitcfa61b8594fbaa4503846521d9db4da4600b35f9 (patch)
tree9eb227156fe189682a2a2a655da0edc34d23e445 /lisp/erc
parent8c08b57a10443389b06f81d2e4825dbe2d3ca9e3 (diff)
downloademacs-cfa61b8594fbaa4503846521d9db4da4600b35f9.tar.gz
(005): Fix space/tab mixup in docstring.
Diffstat (limited to 'lisp/erc')
-rw-r--r--lisp/erc/erc-backend.el4
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."
(when buffer
(with-current-buffer buffer
;; update the chat partner info. Add to the list if private
- ;; message. We will accumulate private identities indefinitely
+ ;; message. We will accumulate private identities indefinitely
;; at this point.
(erc-update-channel-member (if privp nick tgt) nick nick
privp nil nil host login nil nil t)
@@ -1341,7 +1341,7 @@ add things to `%s' instead."
According to RFC 2812, suggests alternate servers on the network.
Many servers, however, use this code to show which parameters they have set,
for example, the network identifier, maximum allowed topic length, whether
-certain commands are accepted and more. See documentation for
+certain commands are accepted and more. See documentation for
`erc-server-parameters' for more information on the parameters sent.
A server may send more than one 005 message."