projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7dff67
)
Spelling fix
author
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 10 Jan 2016 00:15:01 +0000
(16:15 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 10 Jan 2016 00:15:01 +0000
(16:15 -0800)
lisp/apropos.el
patch
|
blob
|
history
diff --git
a/lisp/apropos.el
b/lisp/apropos.el
index f1656859639797eeb7748c63482ac81749b005b9..3c1a4136fbfd796f048c53cf05ef92b034149415 100644
(file)
--- a/
lisp/apropos.el
+++ b/
lisp/apropos.el
@@
-677,7
+677,7
@@
the output includes key-bindings of commands."
(`require (push (cdr x) requires))
(`provide (push (cdr x) provides))
(`t nil) ; Skip "was an autoload" entries.
- ;; FIXME: Print information about each indivial method: both
+ ;; FIXME: Print information about each indivi
du
al method: both
;; its docstring and specializers (bug#21422).
(`cl-defmethod (push (cadr x) provides))
(_ (push (or (cdr-safe x) x) symbols))))