summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-01-14 19:29:36 +0100
committerJuanma Barranquero <lekktu@gmail.com>2010-01-14 19:29:36 +0100
commitb643362c6c88bdf5c5875afc6e0836188beabd17 (patch)
treeb4835e8a9f5e4a91c88dd6798ff593bd1f6bcd60 /etc
parent9c23ca4755058be7808f5e5b7704309356b8e168 (diff)
downloademacs-b643362c6c88bdf5c5875afc6e0836188beabd17.tar.gz
Fix typos in ChangeLogs and NEWS files.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog2
-rw-r--r--etc/ERC-NEWS5
-rw-r--r--etc/NEWS1
3 files changed, 3 insertions, 5 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index d62bdf10866..966cd6d3b55 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -276,7 +276,7 @@
2009-06-12 Kenichi Handa <handa@m17n.org>
- * HELLO: Use "/" instead of "," to seperate independent words.
+ * HELLO: Use "/" instead of "," to separate independent words.
* charsets/*.map: All re-generated.
diff --git a/etc/ERC-NEWS b/etc/ERC-NEWS
index f56c2bd771a..ac7861ae8af 100644
--- a/etc/ERC-NEWS
+++ b/etc/ERC-NEWS
@@ -1312,9 +1312,8 @@ in both directions. This feature is currently only available in Emacs
** erc is switching to global-minor-modes for activation of submodules.
This allows you to customize such a mode and get automatic loading of
-the module. No longer putting a lot of require statments in .emacs.
-At least this is the long-term plan, not all modules are converted
-yet.
+the module. No longer putting a lot of require statements in .emacs.
+At least this is the long-term plan, not all modules are converted yet.
** The most important user visible change is that you now need to activate
erc-completion-mode, to get TAB completion. The new completion code
diff --git a/etc/NEWS b/etc/NEWS
index cd5b9a82d32..5d1ffac8904 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2155,7 +2155,6 @@ ordered by their priorities.
**** `coding-system-from-name' returns a coding system matching with
the argument name.
-
** There is a new input method, Robin, different from Quail.
It has three functionalities:
i) a simple input method (converts an ASCII sequence into a string).