summaryrefslogtreecommitdiff
path: root/lisp/erc
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2024-01-21 15:28:06 +0100
committerStefan Kangas <stefankangas@gmail.com>2024-01-21 15:28:06 +0100
commit9364c28959a5b00e8ffd5d0d283ff0c0042f1bb0 (patch)
tree3c77c7345ad266b66c7293969024ae1b49d81cf0 /lisp/erc
parent5c12e988abb24b8240814d3dd3f40face7d48287 (diff)
downloademacs-9364c28959a5b00e8ffd5d0d283ff0c0042f1bb0.tar.gz
; Fix typos in symbol names
Diffstat (limited to 'lisp/erc')
-rw-r--r--lisp/erc/erc-button.el2
-rw-r--r--lisp/erc/erc-track.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/erc/erc-button.el b/lisp/erc/erc-button.el
index 27406a76f59..6b78e451b54 100644
--- a/lisp/erc/erc-button.el
+++ b/lisp/erc/erc-button.el
@@ -443,7 +443,7 @@ of the channel. However, don't bother creating an actual
Instead, just spoof an `erc-server-user' and stash it during
\"PRIVMSG\" handling via `erc--cmem-from-nick-function' and
retrieve it during buttonizing via
-`erc-button--fallback-user-function'."
+`erc-button--fallback-cmem-function'."
:interactive nil
(if erc-button--phantom-users-mode
(progn
diff --git a/lisp/erc/erc-track.el b/lisp/erc/erc-track.el
index 7e5ed165fb9..04ee76a9349 100644
--- a/lisp/erc/erc-track.el
+++ b/lisp/erc/erc-track.el
@@ -924,7 +924,7 @@ and expected types. This function should return a face or nil.")
Expect RANKS to be a list of faces and both NORMALS and the car
of NEW-FACES to be hash tables mapping faces to non-nil values.
Assume the latter's makeup and that of RANKS to resemble
-`erc-track-face-normal-list' and `erc-track-faces-priority-list'.
+`erc-track-faces-normal-list' and `erc-track-faces-priority-list'.
If NEW-FACES has a cdr, expect it to be its car's contents
ordered from most recently seen (later in the buffer) to
earliest. In general, act like `erc-track-select-mode-line-face'