aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2015-10-14 14:46:22 -0700
committerPaul Eggert2015-10-14 14:46:50 -0700
commit943f7f902ed3d7a5ce00bbb5a9cc60e01607b661 (patch)
treea0be093da01a59e6d4d14ea9203e3c7a25cf9106
parent100a96c92ba9cdf49f695edcf74975321eafae2e (diff)
downloademacs-943f7f902ed3d7a5ce00bbb5a9cc60e01607b661.tar.gz
emacs-943f7f902ed3d7a5ce00bbb5a9cc60e01607b661.zip
Spelling fixes
* 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.
-rw-r--r--configure.ac2
-rw-r--r--lisp/ChangeLog.174
-rw-r--r--lisp/net/shr.el2
-rw-r--r--src/xterm.c2
-rw-r--r--test/automated/coding-tests.el2
-rw-r--r--test/automated/tabulated-list-test.el2
6 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 90c4e12e7df..5b2d9c7c59f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1747,7 +1747,7 @@ else
1747 bmd_acc="${bmd_acc}:${bmd}/bitmaps" 1747 bmd_acc="${bmd_acc}:${bmd}/bitmaps"
1748 fi 1748 fi
1749 done 1749 done
1750 bitmapdir=${bmdacc#:} 1750 bitmapdir=${bmd_acc#:}
1751fi 1751fi
1752 1752
1753test "${with_ns}" = maybe && test "${opsys}" != darwin && with_ns=no 1753test "${with_ns}" = maybe && test "${opsys}" != darwin && with_ns=no
diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17
index a40f8f3d67a..8a255d756f1 100644
--- a/lisp/ChangeLog.17
+++ b/lisp/ChangeLog.17
@@ -10383,13 +10383,13 @@
10383 (todo-move-category): Keep the moved category's name unless the 10383 (todo-move-category): Keep the moved category's name unless the
10384 file moved to already has a category with that name. If the 10384 file moved to already has a category with that name. If the
10385 numerically last category of the source file was moved, make the 10385 numerically last category of the source file was moved, make the
10386 first category current to avoid selecting a nonexisting category. 10386 first category current to avoid selecting a nonexistent category.
10387 (todo-merge-category): Fix implementation to make merging to a 10387 (todo-merge-category): Fix implementation to make merging to a
10388 category in another file work as documented. Eliminate now 10388 category in another file work as documented. Eliminate now
10389 insufficient and unnecessary renaming of archive category, correct 10389 insufficient and unnecessary renaming of archive category, correct
10390 document string accordingly, and clarify it. If the numerically 10390 document string accordingly, and clarify it. If the numerically
10391 last category of the source file was merged, make the first 10391 last category of the source file was merged, make the first
10392 category current to avoid selecting a nonexisting category. 10392 category current to avoid selecting a nonexistent category.
10393 (todo-archive-done-item): When there are marked items and point 10393 (todo-archive-done-item): When there are marked items and point
10394 happens to be on an unmarked item, ignore the latter. Don't leave 10394 happens to be on an unmarked item, ignore the latter. Don't leave
10395 point below last item after archiving marked items. 10395 point below last item after archiving marked items.
diff --git a/lisp/net/shr.el b/lisp/net/shr.el
index 9116e506756..58deaea6f53 100644
--- a/lisp/net/shr.el
+++ b/lisp/net/shr.el
@@ -463,7 +463,7 @@ size, and full-buffer size."
463 ;; Adjust the window width for when 463 ;; Adjust the window width for when
464 ;; the user disables the fringes, 464 ;; the user disables the fringes,
465 ;; which causes the display engine 465 ;; which causes the display engine
466 ;; usurp one coplumn for the 466 ;; to usurp one column for the
467 ;; continuation glyph. 467 ;; continuation glyph.
468 (if (and (null shr-width) 468 (if (and (null shr-width)
469 (or (zerop (fringe-columns 'right)) 469 (or (zerop (fringe-columns 'right))
diff --git a/src/xterm.c b/src/xterm.c
index b0595666954..fcd81a162c9 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -2215,7 +2215,7 @@ x_query_colors (struct frame *f, XColor *colors, int ncolors)
2215 the 0xff00 we'd get by just zero-filling the lower bits. 2215 the 0xff00 we'd get by just zero-filling the lower bits.
2216 2216
2217 We generate a 32-bit scaled-up value and shift it, in case 2217 We generate a 32-bit scaled-up value and shift it, in case
2218 the bit count doesn't divide 16 evently (e.g., when dealing 2218 the bit count doesn't divide 16 evenly (e.g., when dealing
2219 with a 3-3-2 bit RGB display), to get more of the lower bits 2219 with a 3-3-2 bit RGB display), to get more of the lower bits
2220 correct. 2220 correct.
2221 2221
diff --git a/test/automated/coding-tests.el b/test/automated/coding-tests.el
index ebbf8968fc7..cda382fff97 100644
--- a/test/automated/coding-tests.el
+++ b/test/automated/coding-tests.el
@@ -36,7 +36,7 @@
36 (let (test-file) 36 (let (test-file)
37 (or (file-directory-p coding-tests-workdir) 37 (or (file-directory-p coding-tests-workdir)
38 (mkdir coding-tests-workdir t)) 38 (mkdir coding-tests-workdir t))
39 (setq test-file (expand-file-name "nonexisting" coding-tests-workdir)) 39 (setq test-file (expand-file-name "nonexistent" coding-tests-workdir))
40 (if (file-exists-p test-file) 40 (if (file-exists-p test-file)
41 (delete-file test-file)) 41 (delete-file test-file))
42 (should-error 42 (should-error
diff --git a/test/automated/tabulated-list-test.el b/test/automated/tabulated-list-test.el
index 5731db4c270..9aa62ee59e5 100644
--- a/test/automated/tabulated-list-test.el
+++ b/test/automated/tabulated-list-test.el
@@ -60,7 +60,7 @@
60 4clojure 4clojure 1507 obsolete Open and evaluate 4clojure.com questions 60 4clojure 4clojure 1507 obsolete Open and evaluate 4clojure.com questions
61 abc-mode abc-mode 944 available Major mode for editing abc music files 61 abc-mode abc-mode 944 available Major mode for editing abc music files
62 mode mode 1128 installed A simple mode for editing Actionscript 3 files\n")) 62 mode mode 1128 installed A simple mode for editing Actionscript 3 files\n"))
63 ;; Preseve position. 63 ;; Preserve position.
64 (forward-line 3) 64 (forward-line 3)
65 (let ((pos (thing-at-point 'line))) 65 (let ((pos (thing-at-point 'line)))
66 (pop tabulated-list-entries) 66 (pop tabulated-list-entries)