]> git.eshelyaron.com Git - emacs.git/commitdiff
; spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 13 Aug 2020 23:46:12 +0000 (16:46 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 13 Aug 2020 23:48:16 +0000 (16:48 -0700)
ChangeLog.3
lisp/desktop.el
lisp/emacs-lisp/rx.el
lisp/progmodes/cc-engine.el
lisp/simple.el
src/composite.c
src/xdisp.c
src/xfns.c

index 6418f9c8a2c14959511397ececc01643597bfe9b..1a53011899596042ef849048b69db2cd85fa38a3 100644 (file)
        * doc/lispref/searching.texi (Rx Constructs): Document.
        * lisp/emacs-lisp/rx.el (rx--normalise-or-arg)
        (rx--all-string-or-args): New.
-       (rx--translate-or): Normalise arguments first, and check for strings
+       (rx--translate-or): Normalize arguments first, and check for strings
        in subforms.
        (rx--expand-eval): Extracted from rx--translate-eval.
        (rx--translate-eval): Call rx--expand-eval.
index b15ebc9b031b28c5f3c3404eada388e840f8b3e2..94de6c885e5cf5b95490713aaa798befe6706652 100644 (file)
@@ -1037,7 +1037,7 @@ file.
 
 To upgrade a version 206 file to version 208, call this command
 explicitly with a prefix argument: \\[universal-argument] \\[desktop-save].
-If you are upgrading from Emacs 24 or older, we recommed to do
+If you are upgrading from Emacs 24 or older, we recommend to do
 this once you decide you no longer need compatibility with versions
 of Emacs before 25.1.
 
index aa4b2addd4797f4f99ee0041ee0fc8c021844aff..6564563e7ec1b5fff71b7d35dceea7b6e1f4c05a 100644 (file)
@@ -255,9 +255,9 @@ Left-fold the list L, starting with X, by the binary function F."
   x)
 
 (defun rx--normalise-or-arg (form)
-  "Normalise the `or' argument FORM.
+  "Normalize the `or' argument FORM.
 Characters become strings, user-definitions and `eval' forms are expanded,
-and `or' forms are normalised recursively."
+and `or' forms are normalized recursively."
   (cond ((characterp form)
          (char-to-string form))
         ((and (consp form) (memq (car form) '(or |)))
index bccef6890f87984cdaf482b7bb58dfdd6a06ab0d..34490d1356a6135fd1775ad6d55ed12ffea19b9c 100644 (file)
@@ -382,7 +382,7 @@ comment at the start of cc-engine.el for more info."
              c-macro-cache-syntactic nil
              c-macro-cache-no-comment nil))
       (save-match-data
-       (let ((safe-pos (point)))       ; a point ouside any literal.
+       (let ((safe-pos (point)))       ; a point outside any literal.
          ;; Move over stuff followed by a multiline block comment lacking
          ;; escaped newlines each time around this loop.
          (while
index e4958de113ec946eb59143f45c0abb4447ce7393..3ea00d44a03005c873246d0ff5d56f8c5c25c4b4 100644 (file)
@@ -247,7 +247,7 @@ from which next-error navigated, and a target buffer TO-BUFFER."
                                                         extra-test-exclusive)
   "Try the current buffer when outside navigation.
 But return nil if we navigated to the current buffer by the means
-of `next-error' command.  Othewise, return it if it's next-error
+of `next-error' command.  Otherwise, return it if it's next-error
 capable."
   ;; Check that next-error-buffer has no buffer-local value
   ;; (i.e. we never navigated to the current buffer from another),
index a5288cb8a2551bed1fd45a0048e62f128dacb3f7..bbb36dcbfa2a6b54a833659807d54fccceb37978 100644 (file)
@@ -1263,7 +1263,7 @@ composition_reseat_it (struct composition_it *cmp_it, ptrdiff_t charpos,
             is backward in the buffer, which can only happen if the
             display routines were called to perform the bidi
             reordering.  But it doesn't harm to test for that, and
-            avoid someon raising their brows and thinking it's a
+            avoid someone raising their brows and thinking it's a
             subtle bug...  */
          if (bidi_level < 0)
            direction = Qnil;
index 37fe3800784ce0a4bbd1fe2bc3f719577ce1bec8..ad0ab9987d8b4a1eb61fec668a2beeca4387272e 100644 (file)
@@ -180,8 +180,8 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
    present (non-empty) only if the corresponding display margin is
    shown in the window.  If the glyph array for a marginal area is not
    present its beginning and end coincide, i.e. such arrays are
-   actually empty (they contain no glyphs).  Frame glyph matrics, used
-   on text-mode terminals (see below) never have marginal areas, they
+   actually empty (they contain no glyphs).  Frame glyph matrices, used
+   on text-mode terminals (see below) never have marginal areas; they
    treat the entire frame-wide row of glyphs as a single large "text
    area".
 
index f9a00a6dafd9f90bae1b4ca27fcd77740b9f9f09..6f7c590eceec049058fe1dd631c260b4148734f9 100644 (file)
@@ -8035,7 +8035,7 @@ If this equals the symbol 'resize-mode', Emacs uses GTK's resize mode to
 always trigger an immediate resize of the child frame.  This method is
 deprecated by GTK and may not work in future versions of that toolkit.
 It also may freeze Emacs when used with other desktop environments.  It
-avoids, however, the unpleasent flicker induced by the hiding approach.
+avoids, however, the unpleasant flicker induced by the hiding approach.
 
 This variable is considered a temporary workaround and will be hopefully
 eliminated in future versions of Emacs.  */);