# HG changeset patch # User Juanma Barranquero # Date 1164365583 0 # Node ID d629c8e9985d2ebf1317cbd9d73b446e35615000 # Parent 40dc5fbcc33d0e47060257cefd50a341f1fbb600 (005): Fix space/tab mixup in docstring. diff -r 40dc5fbcc33d -r d629c8e9985d lisp/erc/erc-backend.el --- a/lisp/erc/erc-backend.el Fri Nov 24 10:52:01 2006 +0000 +++ b/lisp/erc/erc-backend.el Fri Nov 24 10:53:03 2006 +0000 @@ -1226,7 +1226,7 @@ (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 @@ 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."