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

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

[elpa] externals/el-search f54c5f1 037/332: spelling fixes


From: Stefan Monnier
Subject: [elpa] externals/el-search f54c5f1 037/332: spelling fixes
Date: Tue, 1 Dec 2020 15:48:06 -0500 (EST)

branch: externals/el-search
commit f54c5f1e7d9cf72c17cbea5b614bcd9efe6dd032
Author: Michael Heerdegen <michael_heerdegen@web.de>
Commit: Michael Heerdegen <michael_heerdegen@web.de>

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

diff --git a/el-search.el b/el-search.el
index 13bfdfa..95ee89d 100644
--- a/el-search.el
+++ b/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]