Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fb70b793
Commit
fb70b793
authored
Nov 15, 2007
by
Juanma Barranquero
Browse files
(define-erc-response-handler): Fix typos in docstring.
parent
ec77ae0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/erc/erc-backend.el
lisp/erc/erc-backend.el
+2
-2
No files found.
lisp/erc/erc-backend.el
View file @
fb70b793
...
...
@@ -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' initiali
s
ed to `erc-server-NAME'.
- a hook variable `erc-server-NAME-functions' initiali
z
ed 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
initiali
s
ed to the same default value as `erc-server-NAME-functions'.
initiali
z
ed 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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment