Mercurial > emacs
changeset 79412:0bab3d7a6bff
(define-erc-response-handler): Fix typos in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 15 Nov 2007 18:36:38 +0000 |
parents | 0300b01b794b |
children | 857da0a07a42 |
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 18:35:11 2007 +0000 +++ b/lisp/erc/erc-backend.el Thu Nov 15 18:36:38 2007 +0000 @@ -1000,13 +1000,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.