]> git.eshelyaron.com Git - emacs.git/commitdiff
(define-erc-response-handler): Fix typos in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 15 Nov 2007 18:36:38 +0000 (18:36 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 15 Nov 2007 18:36:38 +0000 (18:36 +0000)
lisp/erc/erc-backend.el

index 349f913706661634a4736bf9c6ce5ac2a4bb24d1..e03c8964ca37b600c2f08d3eec86155f6814b7ed 100644 (file)
@@ -1000,13 +1000,13 @@ NAME is the response name as sent by the server (see the IRC RFC for
 meanings).
 
 This creates:
- - a hook variable `erc-server-NAME-functions' initialised to `erc-server-NAME'.
+ - a hook variable `erc-server-NAME-functions' initialized to `erc-server-NAME'.
  - a function `erc-server-NAME' with body FN-BODY.
 
 If ALIASES is non-nil, each alias in ALIASES is `defalias'ed to
 `erc-server-NAME'.
 Alias hook variables are created as `erc-server-ALIAS-functions' and
-initialised to the same default value as `erc-server-NAME-functions'.
+initialized to the same default value as `erc-server-NAME-functions'.
 
 FN-BODY is the body of `erc-server-NAME' it may refer to the two
 function arguments PROC and PARSED.