emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 5d9b1e1: Spelling fixes


From: Paul Eggert
Subject: [Emacs-diffs] master 5d9b1e1: Spelling fixes
Date: Tue, 03 Mar 2015 23:10:44 +0000

branch: master
commit 5d9b1e100aa4ddb79471f7ec2347fdb65d6a9a70
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Spelling fixes
---
 lisp/emacs-lisp/check-declare.el |    2 +-
 lisp/emacs-lisp/generator.el     |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/emacs-lisp/check-declare.el b/lisp/emacs-lisp/check-declare.el
index c263972..8fc299d 100644
--- a/lisp/emacs-lisp/check-declare.el
+++ b/lisp/emacs-lisp/check-declare.el
@@ -130,7 +130,7 @@ With optional argument FULL, sums the number of elements in 
each element."
   :group 'tools)
 
 (defcustom check-declare-ext-errors nil
-  "When non-nil, warn abount functions not found in :ext."
+  "When non-nil, warn about functions not found in :ext."
   :type 'boolean)
 
 (defun check-declare-verify (fnfile fnlist)
diff --git a/lisp/emacs-lisp/generator.el b/lisp/emacs-lisp/generator.el
index 284de41..8251682 100644
--- a/lisp/emacs-lisp/generator.el
+++ b/lisp/emacs-lisp/generator.el
@@ -25,7 +25,7 @@
 
 ;; This package implements generators for Emacs Lisp through a
 ;; continuation-passing transformation.  It provides essentially the
-;; same generator API and iterator facilties that Python and
+;; same generator API and iterator facilities that Python and
 ;; JavaScript ES6 provide.
 ;;
 ;; `iter-lambda' and `iter-defun' work like `lambda' and `defun',
@@ -57,7 +57,7 @@
 ;; and each iterator maintains its own internal state.
 ;;
 ;; This raw form of iteration is general, but a bit awkward to use, so
-;; this library also provides soem convenience functions:
+;; this library also provides some convenience functions:
 ;;
 ;; `iter-do' is like `cl-do', except that instead of walking a list,
 ;; it walks an iterator.  `cl-loop' is also extended with a new



reply via email to

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