]> git.eshelyaron.com Git - emacs.git/commitdiff
(005): Fix space/tab mixup in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 24 Nov 2006 10:53:03 +0000 (10:53 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 24 Nov 2006 10:53:03 +0000 (10:53 +0000)
lisp/erc/erc-backend.el

index a51cec85af8113da883dcf727e274a7c52c5bd2b..82934f92218c9d52e76cbc2a7bcfbd09b1edb132 100644 (file)
@@ -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."