emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master 1a1a49d 17/22: spelling fixes


From: Michael Heerdegen
Subject: [elpa] master 1a1a49d 17/22: spelling fixes
Date: Sat, 31 Oct 2015 18:41:42 +0000

branch: master
commit 1a1a49d797719bf6e69bad9e489dd6467069f88e
Author: Michael Heerdegen <address@hidden>
Commit: Michael Heerdegen <address@hidden>

    spelling fixes
---
 packages/el-search/el-search.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/el-search/el-search.el b/packages/el-search/el-search.el
index 13bfdfa..95ee89d 100644
--- a/packages/el-search/el-search.el
+++ b/packages/el-search/el-search.el
@@ -355,7 +355,7 @@ return nil (no error)."
 
 (defun el-search--do-subsexps (pos do-fun &optional ret-fun bound)
   ;; In current buffer, for any expression start between POS and BOUND
-  ;; or (point-max), in oder, call two argument function DO-FUN with
+  ;; or (point-max), in order, call two argument function DO-FUN with
   ;; the current sexp string and the ending position of the current
   ;; sexp.  When done, with RET-FUN given, call it with no args and
   ;; return the result; else, return nil.
@@ -504,7 +504,7 @@ return nil (no error)."
               (while (not (pcase (if replaced-this
                                      (read-char-choice "[SPC ! q]" '(?\ ?! ?q 
?n))
                                    (read-char-choice
-                                    (concat "Replace this occurence"
+                                    (concat "Replace this occurrence"
                                             (if (or (string-match-p "\n" 
to-insert)
                                                     (< 40 (length to-insert)))
                                                 "" (format " with `%s'" 
to-insert))



reply via email to

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