mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
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.
This commit is contained in:
parent
100a96c92b
commit
943f7f902e
@ -1747,7 +1747,7 @@ else
|
|||||||
bmd_acc="${bmd_acc}:${bmd}/bitmaps"
|
bmd_acc="${bmd_acc}:${bmd}/bitmaps"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
bitmapdir=${bmdacc#:}
|
bitmapdir=${bmd_acc#:}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
test "${with_ns}" = maybe && test "${opsys}" != darwin && with_ns=no
|
test "${with_ns}" = maybe && test "${opsys}" != darwin && with_ns=no
|
||||||
|
@ -10383,13 +10383,13 @@
|
|||||||
(todo-move-category): Keep the moved category's name unless the
|
(todo-move-category): Keep the moved category's name unless the
|
||||||
file moved to already has a category with that name. If the
|
file moved to already has a category with that name. If the
|
||||||
numerically last category of the source file was moved, make 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
|
(todo-merge-category): Fix implementation to make merging to a
|
||||||
category in another file work as documented. Eliminate now
|
category in another file work as documented. Eliminate now
|
||||||
insufficient and unnecessary renaming of archive category, correct
|
insufficient and unnecessary renaming of archive category, correct
|
||||||
document string accordingly, and clarify it. If the numerically
|
document string accordingly, and clarify it. If the numerically
|
||||||
last category of the source file was merged, make the first
|
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
|
(todo-archive-done-item): When there are marked items and point
|
||||||
happens to be on an unmarked item, ignore the latter. Don't leave
|
happens to be on an unmarked item, ignore the latter. Don't leave
|
||||||
point below last item after archiving marked items.
|
point below last item after archiving marked items.
|
||||||
|
@ -463,7 +463,7 @@ size, and full-buffer size."
|
|||||||
;; Adjust the window width for when
|
;; Adjust the window width for when
|
||||||
;; the user disables the fringes,
|
;; the user disables the fringes,
|
||||||
;; which causes the display engine
|
;; which causes the display engine
|
||||||
;; usurp one coplumn for the
|
;; to usurp one column for the
|
||||||
;; continuation glyph.
|
;; continuation glyph.
|
||||||
(if (and (null shr-width)
|
(if (and (null shr-width)
|
||||||
(or (zerop (fringe-columns 'right))
|
(or (zerop (fringe-columns 'right))
|
||||||
|
@ -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.
|
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
|
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
|
with a 3-3-2 bit RGB display), to get more of the lower bits
|
||||||
correct.
|
correct.
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
(let (test-file)
|
(let (test-file)
|
||||||
(or (file-directory-p coding-tests-workdir)
|
(or (file-directory-p coding-tests-workdir)
|
||||||
(mkdir coding-tests-workdir t))
|
(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)
|
(if (file-exists-p test-file)
|
||||||
(delete-file test-file))
|
(delete-file test-file))
|
||||||
(should-error
|
(should-error
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
4clojure 4clojure 1507 obsolete Open and evaluate 4clojure.com questions
|
4clojure 4clojure 1507 obsolete Open and evaluate 4clojure.com questions
|
||||||
abc-mode abc-mode 944 available Major mode for editing abc music files
|
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"))
|
mode mode 1128 installed A simple mode for editing Actionscript 3 files\n"))
|
||||||
;; Preseve position.
|
;; Preserve position.
|
||||||
(forward-line 3)
|
(forward-line 3)
|
||||||
(let ((pos (thing-at-point 'line)))
|
(let ((pos (thing-at-point 'line)))
|
||||||
(pop tabulated-list-entries)
|
(pop tabulated-list-entries)
|
||||||
|
Loading…
Reference in New Issue
Block a user