diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-09 16:15:01 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-09 16:15:01 -0800 |
commit | f50027be1ac5861dcda22cda64df69bf93e4ee70 (patch) | |
tree | ba31e66948eb3516923d6b54efe26aaf48a6a731 /lisp | |
parent | c7dff677ca31312931b9b46188f076e2204e026b (diff) | |
download | emacs-f50027be1ac5861dcda22cda64df69bf93e4ee70.tar.gz emacs-f50027be1ac5861dcda22cda64df69bf93e4ee70.tar.bz2 emacs-f50027be1ac5861dcda22cda64df69bf93e4ee70.zip |
Spelling fix
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/apropos.el | 2 |
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." (`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 individual method: both ;; its docstring and specializers (bug#21422). (`cl-defmethod (push (cadr x) provides)) (_ (push (or (cdr-safe x) x) symbols)))) |