summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog.17
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-10-14 14:46:22 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2015-10-14 14:46:50 -0700
commit943f7f902ed3d7a5ce00bbb5a9cc60e01607b661 (patch)
treea0be093da01a59e6d4d14ea9203e3c7a25cf9106 /lisp/ChangeLog.17
parent100a96c92ba9cdf49f695edcf74975321eafae2e (diff)
downloademacs-943f7f902ed3d7a5ce00bbb5a9cc60e01607b661.tar.gz
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.
Diffstat (limited to 'lisp/ChangeLog.17')
-rw-r--r--lisp/ChangeLog.174
1 files changed, 2 insertions, 2 deletions
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 @@
(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.