From: Juanma Barranquero Date: Thu, 15 Nov 2007 16:46:01 +0000 (+0000) Subject: (define-erc-response-handler): Fix typos in docstring. X-Git-Tag: emacs-pretest-23.0.90~9721 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e663c3bac5351a970bbb86c7d02c958e77915e3;p=emacs.git (define-erc-response-handler): Fix typos in docstring. --- diff --git a/lisp/erc/erc-backend.el b/lisp/erc/erc-backend.el index 4e250490e9c..5b4e79fda32 100644 --- a/lisp/erc/erc-backend.el +++ b/lisp/erc/erc-backend.el @@ -1018,13 +1018,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.