emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 f50027b: Spelling fix


From: Paul Eggert
Subject: [Emacs-diffs] emacs-25 f50027b: Spelling fix
Date: Sun, 10 Jan 2016 00:15:05 +0000

branch: emacs-25
commit f50027be1ac5861dcda22cda64df69bf93e4ee70
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Spelling fix
---
 lisp/apropos.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/apropos.el b/lisp/apropos.el
index f165685..3c1a413 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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]