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
aba30baf
Commit
aba30baf
authored
Nov 15, 2007
by
Juanma Barranquero
Browse files
(erc-log-matches): Fix typos in docstring.
parent
6b4e9327
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
lisp/erc/ChangeLog
lisp/erc/ChangeLog
+7
-0
lisp/erc/erc-match.el
lisp/erc/erc-match.el
+5
-5
No files found.
lisp/erc/ChangeLog
View file @
aba30baf
2007-11-15 Juanma Barranquero <lekktu@gmail.com>
* erc.el (erc-open):
* erc-backend.el (define-erc-response-handler):
* erc-log.el (log):
* erc-match.el (erc-log-matches): Fix typos in docstrings.
2007-08-08 Glenn Morris <rgm@gnu.org>
* erc-log.el, erc.el: Replace `iff' in doc-strings and comments.
...
...
lisp/erc/erc-match.el
View file @
aba30baf
...
...
@@ -530,11 +530,11 @@ Use this defun with `erc-insert-modify-hook'."
(
defun
erc-log-matches
(
match-type
nickuserhost
message
)
"Log matches in a separate buffer, determined by MATCH-TYPE.
The behavio
u
r of this function is controlled by the variables
`erc-log-matches-types-alist' and `erc-log-matches-flag'.
Specify the
match types which should be logged in the former,
and
deactivate/activate match logging in the latter.
See
`erc-log-match-format'."
The behavior of this function is controlled by the variables
`erc-log-matches-types-alist' and `erc-log-matches-flag'.
Specify the
match types which should be logged in the former,
and
deactivate/activate match logging in the latter.
See
`erc-log-match-format'."
(
let
((
match-buffer-name
(
cdr
(
assq
match-type
erc-log-matches-types-alist
)))
(
nick
(
nth
0
(
erc-parse-user
nickuserhost
))))
...
...
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