mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Fix typos
This commit is contained in:
parent
dd81e767b7
commit
fc8b09484a
8 changed files with 10 additions and 8 deletions
|
|
@ -171,7 +171,7 @@ Derived from the advertised \"PREFIX\" ISUPPORT parameter."
|
|||
|
||||
;; After dropping 28, we can use prefixed "erc-autoload" cookies.
|
||||
(defun erc--normalize-module-symbol (symbol)
|
||||
"Return preferred SYMBOL for `erc--modules'."
|
||||
"Return preferred SYMBOL for `erc--module'."
|
||||
(while-let ((canonical (get symbol 'erc--module))
|
||||
((not (eq canonical symbol))))
|
||||
(setq symbol canonical))
|
||||
|
|
|
|||
|
|
@ -6815,7 +6815,7 @@ stand-in from the fallback value \"(qaohv)~&@%+\"."
|
|||
"Return numeric rank for CHAR or nil if unknown.
|
||||
For example, given letters \"qaohv\" return 1 for ?v, 2 for ?h,
|
||||
and 4 for ?o, etc. If given, expect PARSED-PREFIX to be a
|
||||
`erc--parse-prefix' object. With FROM-PREFIX-P, expect CHAR to
|
||||
`erc--parsed-prefix' object. With FROM-PREFIX-P, expect CHAR to
|
||||
be a prefix instead."
|
||||
(and-let* ((obj (or parsed-prefix (erc--parsed-prefix)))
|
||||
(pos (erc--strpos char (if from-prefix-p
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue