# HG changeset patch # User Juanma Barranquero # Date 1195145161 0 # Node ID 322695549b66d00abdf19d191448d040c4e6bd36 # Parent 4c5abd39cfa90fb17b2c9587a28fad54af4f2d98 (define-erc-response-handler): Fix typos in docstring. diff -r 4c5abd39cfa9 -r 322695549b66 lisp/erc/erc-backend.el --- 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.