summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-11-12 00:34:43 +0100
committerJuanma Barranquero <lekktu@gmail.com>2011-11-12 00:34:43 +0100
commit9b8ba1e59d432dba5170b085cd45923cde0fba67 (patch)
tree94503d36b8afc463a1f42d8a2df92015f9f3ca82 /src
parent40a8bdf60f261d476869cdb1276a00e5641ceba4 (diff)
downloademacs-9b8ba1e59d432dba5170b085cd45923cde0fba67.tar.gz
emacs-9b8ba1e59d432dba5170b085cd45923cde0fba67.tar.bz2
emacs-9b8ba1e59d432dba5170b085cd45923cde0fba67.zip
Fix more typos.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.32
-rw-r--r--src/ChangeLog.92
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3
index beb7a0a2ae1..79a580938d7 100644
--- a/src/ChangeLog.3
+++ b/src/ChangeLog.3
@@ -13393,7 +13393,7 @@
* macros.c (Fstart_kbd_macro): Local cleanup.
- * minibuf.c (read_minibuf): No more delcaration of
+ * minibuf.c (read_minibuf): No more declaration of
Frestore_screen_configuration.
* search.c (Fregexp_quote): Simplified.
diff --git a/src/ChangeLog.9 b/src/ChangeLog.9
index ceec5da3296..1a4abfab61b 100644
--- a/src/ChangeLog.9
+++ b/src/ChangeLog.9
@@ -4617,7 +4617,7 @@
* lisp.h (detect_coding_system): Prototype adjusted.
* coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro.
- (detect_coding_emacs_mule, detect_coding_iso2022,)
+ (detect_coding_emacs_mule, detect_coding_iso2022)
(detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
(detect_coding_utf_16, detect_coding_ccl): Make them static.
New argument MULTIBYTEP. Callers changed.