Spelling fix
This commit is contained in:
parent
c7dff677ca
commit
f50027be1a
1 changed files with 1 additions and 1 deletions
|
@ -677,7 +677,7 @@ the output includes key-bindings of commands."
|
||||||
(`require (push (cdr x) requires))
|
(`require (push (cdr x) requires))
|
||||||
(`provide (push (cdr x) provides))
|
(`provide (push (cdr x) provides))
|
||||||
(`t nil) ; Skip "was an autoload" entries.
|
(`t nil) ; Skip "was an autoload" entries.
|
||||||
;; FIXME: Print information about each indivial method: both
|
;; FIXME: Print information about each individual method: both
|
||||||
;; its docstring and specializers (bug#21422).
|
;; its docstring and specializers (bug#21422).
|
||||||
(`cl-defmethod (push (cadr x) provides))
|
(`cl-defmethod (push (cadr x) provides))
|
||||||
(_ (push (or (cdr-safe x) x) symbols))))
|
(_ (push (or (cdr-safe x) x) symbols))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue