aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2016-01-09 16:15:01 -0800
committerPaul Eggert2016-01-09 16:15:01 -0800
commitf50027be1ac5861dcda22cda64df69bf93e4ee70 (patch)
treeba31e66948eb3516923d6b54efe26aaf48a6a731
parentc7dff677ca31312931b9b46188f076e2204e026b (diff)
downloademacs-f50027be1ac5861dcda22cda64df69bf93e4ee70.tar.gz
emacs-f50027be1ac5861dcda22cda64df69bf93e4ee70.zip
Spelling fix
-rw-r--r--lisp/apropos.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el
index f1656859639..3c1a4136fbf 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -677,7 +677,7 @@ the output includes key-bindings of commands."
677 (`require (push (cdr x) requires)) 677 (`require (push (cdr x) requires))
678 (`provide (push (cdr x) provides)) 678 (`provide (push (cdr x) provides))
679 (`t nil) ; Skip "was an autoload" entries. 679 (`t nil) ; Skip "was an autoload" entries.
680 ;; FIXME: Print information about each indivial method: both 680 ;; FIXME: Print information about each individual method: both
681 ;; its docstring and specializers (bug#21422). 681 ;; its docstring and specializers (bug#21422).
682 (`cl-defmethod (push (cadr x) provides)) 682 (`cl-defmethod (push (cadr x) provides))
683 (_ (push (or (cdr-safe x) x) symbols)))) 683 (_ (push (or (cdr-safe x) x) symbols))))