aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2010-09-27 13:53:44 +0200
committerJuanma Barranquero2010-09-27 13:53:44 +0200
commit1d77b63e65a8af70b7a7aa1b60cc7a3dbb14f218 (patch)
tree01c35c924a75d1ab50b948ceef87d06d42d4ae8d
parent70e314366041d6d863601b17b7b97ed9679c3997 (diff)
downloademacs-1d77b63e65a8af70b7a7aa1b60cc7a3dbb14f218.tar.gz
emacs-1d77b63e65a8af70b7a7aa1b60cc7a3dbb14f218.zip
Fix typos.
-rw-r--r--lisp/ChangeLog.82
-rw-r--r--lisp/ChangeLog.94
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/nnmail.el2
-rw-r--r--src/ChangeLog2
5 files changed, 9 insertions, 5 deletions
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8
index 6e1de200f7c..82f11450a7b 100644
--- a/lisp/ChangeLog.8
+++ b/lisp/ChangeLog.8
@@ -1172,7 +1172,7 @@
1172 1172
11731999-12-03 Kenichi Handa <handa@mule.m17n.org> 11731999-12-03 Kenichi Handa <handa@mule.m17n.org>
1174 1174
1175 * international/mule-util.el (truncate-string-to-width): Docsting 1175 * international/mule-util.el (truncate-string-to-width): Docstring
1176 fixed. 1176 fixed.
1177 1177
11781999-12-02 Stefan Monnier <monnier@cs.yale.edu> 11781999-12-02 Stefan Monnier <monnier@cs.yale.edu>
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9
index ad4aa7bbed0..344ec373e75 100644
--- a/lisp/ChangeLog.9
+++ b/lisp/ChangeLog.9
@@ -5773,7 +5773,7 @@
57732001-02-05 Kenichi Handa <handa@etl.go.jp> 57732001-02-05 Kenichi Handa <handa@etl.go.jp>
5774 5774
5775 * isearch.el (isearch-forward): Add description about input method 5775 * isearch.el (isearch-forward): Add description about input method
5776 in the docsting. 5776 in the docstring.
5777 5777
57782001-02-04 Stefan Monnier <monnier@cs.yale.edu> 57782001-02-04 Stefan Monnier <monnier@cs.yale.edu>
5779 5779
@@ -19040,7 +19040,7 @@
19040 (fontset-default-styles): Likewise. 19040 (fontset-default-styles): Likewise.
19041 (x-modify-font-name): Function removed. 19041 (x-modify-font-name): Function removed.
19042 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT. 19042 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
19043 (create-fontset-from-ascii-font): Docsting adjusted for the above 19043 (create-fontset-from-ascii-font): Docstring adjusted for the above
19044 change. 19044 change.
19045 (instantiate-fontset, resolve-fontset-name): Functions removed. 19045 (instantiate-fontset, resolve-fontset-name): Functions removed.
19046 (fontset-list): Now implemented by C code. 19046 (fontset-list): Now implemented by C code.
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 7efaa814e50..c5b91e84a63 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
12010-09-27 Juanma Barranquero <lekktu@gmail.com>
2
3 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4
12010-09-27 Katsumi Yamaoka <yamaoka@jpl.org> 52010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
2 6
3 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s). 7 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
diff --git a/lisp/gnus/nnmail.el b/lisp/gnus/nnmail.el
index 731d85b53ca..462cb8aa179 100644
--- a/lisp/gnus/nnmail.el
+++ b/lisp/gnus/nnmail.el
@@ -225,7 +225,7 @@ Example:
225 225
226In this case, articles containing the string \"boss\" in the To or the 226In this case, articles containing the string \"boss\" in the To or the
227From header will be expired to the group \"nnfolder:Work\"; 227From header will be expired to the group \"nnfolder:Work\";
228articles containing the sting \"IMPORTANT\" in the Subject header will 228articles containing the string \"IMPORTANT\" in the Subject header will
229be expired to the group \"nnfolder:IMPORTANT.YYYY.MMM\"; and 229be expired to the group \"nnfolder:IMPORTANT.YYYY.MMM\"; and
230everything else will be expired to \"nnfolder:Archive-YYYY\"." 230everything else will be expired to \"nnfolder:Archive-YYYY\"."
231 :version "22.1" 231 :version "22.1"
diff --git a/src/ChangeLog b/src/ChangeLog
index 092a9dde4ca..b5962a1dd8b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1038,7 +1038,7 @@
1038 1038
10392010-08-18 Jan Djärv <jan.h.d@swipnet.se> 10392010-08-18 Jan Djärv <jan.h.d@swipnet.se>
1040 1040
1041 * gtkutil.c (update_frame_tool_bar): Literal stings are const char*. 1041 * gtkutil.c (update_frame_tool_bar): Literal strings are const char*.
1042 1042
10432010-08-18 David De La Harpe Golden <david@harpegolden.net> 10432010-08-18 David De La Harpe Golden <david@harpegolden.net>
1044 1044