]> code.delx.au - gnu-emacs/commitdiff
Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Oct 2015 21:46:22 +0000 (14:46 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Oct 2015 21:46:50 +0000 (14:46 -0700)
* configure.ac (bitmapdir): Fix misspelling of bmd_acc.
* test/automated/coding-tests.el (ert-test-coding-bogus-coding-systems):
Fix misspelling of nonexistent file name.

configure.ac
lisp/ChangeLog.17
lisp/net/shr.el
src/xterm.c
test/automated/coding-tests.el
test/automated/tabulated-list-test.el

index 90c4e12e7df61145d95f36e2bc21062e143bd46f..5b2d9c7c59f975183bb139719ececb4e14a13de3 100644 (file)
@@ -1747,7 +1747,7 @@ else
       bmd_acc="${bmd_acc}:${bmd}/bitmaps"
     fi
   done
-  bitmapdir=${bmdacc#:}
+  bitmapdir=${bmd_acc#:}
 fi
 
 test "${with_ns}" = maybe && test "${opsys}" != darwin && with_ns=no
index a40f8f3d67ac1b9870b51330e1292823a3912bd0..8a255d756f1065a995f76f146a6d5b97c4599017 100644 (file)
        (todo-move-category): Keep the moved category's name unless the
        file moved to already has a category with that name.  If the
        numerically last category of the source file was moved, make the
-       first category current to avoid selecting a nonexisting category.
+       first category current to avoid selecting a nonexistent category.
        (todo-merge-category): Fix implementation to make merging to a
        category in another file work as documented.  Eliminate now
        insufficient and unnecessary renaming of archive category, correct
        document string accordingly, and clarify it.  If the numerically
        last category of the source file was merged, make the first
-       category current to avoid selecting a nonexisting category.
+       category current to avoid selecting a nonexistent category.
        (todo-archive-done-item): When there are marked items and point
        happens to be on an unmarked item, ignore the latter.  Don't leave
        point below last item after archiving marked items.
index 9116e50675604e4dcfdd1f07a7b5e26618adacc5..58deaea6f53cf75e283fe260711b362630f1108a 100644 (file)
@@ -463,7 +463,7 @@ size, and full-buffer size."
                                    ;; Adjust the window width for when
                                    ;; the user disables the fringes,
                                    ;; which causes the display engine
-                                   ;; usurp one coplumn for the
+                                   ;; to usurp one column for the
                                    ;; continuation glyph.
                                    (if (and (null shr-width)
                                             (or (zerop (fringe-columns 'right))
index b0595666954326955c44638956315eb9904f39d7..fcd81a162c91a5b82b49cd912a9b89342a699b4e 100644 (file)
@@ -2215,7 +2215,7 @@ x_query_colors (struct frame *f, XColor *colors, int ncolors)
         the 0xff00 we'd get by just zero-filling the lower bits.
 
          We generate a 32-bit scaled-up value and shift it, in case
-         the bit count doesn't divide 16 evently (e.g., when dealing
+         the bit count doesn't divide 16 evenly (e.g., when dealing
          with a 3-3-2 bit RGB display), to get more of the lower bits
          correct.
 
index ebbf8968fc7d7cfca7a312c5dbafb7c40dee870a..cda382fff978722b09698572fc683b77da1ae33f 100644 (file)
@@ -36,7 +36,7 @@
       (let (test-file)
         (or (file-directory-p coding-tests-workdir)
             (mkdir coding-tests-workdir t))
-        (setq test-file (expand-file-name "nonexisting" coding-tests-workdir))
+        (setq test-file (expand-file-name "nonexistent" coding-tests-workdir))
         (if (file-exists-p test-file)
             (delete-file test-file))
         (should-error
index 5731db4c270e812cdd2683ba5bc57e4b20b8f9ef..9aa62ee59e5f3a1cf5fdcad7d7b926949a2ea1bb 100644 (file)
@@ -60,7 +60,7 @@
        4clojure   4clojure   1507      obsolete    Open and evaluate 4clojure.com questions
        abc-mode   abc-mode   944       available   Major mode for editing abc music files
        mode       mode       1128      installed   A simple mode for editing Actionscript 3 files\n"))
-   ;; Preseve position.
+   ;; Preserve position.
    (forward-line 3)
    (let ((pos (thing-at-point 'line)))
      (pop tabulated-list-entries)