changeset 86108:322695549b66

(define-erc-response-handler): Fix typos in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 15 Nov 2007 16:46:01 +0000
parents 4c5abd39cfa9
children c785443b57f8
files lisp/erc/erc-backend.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/erc/erc-backend.el	Thu Nov 15 16:45:18 2007 +0000
+++ b/lisp/erc/erc-backend.el	Thu Nov 15 16:46:01 2007 +0000
@@ -1018,13 +1018,13 @@
 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.