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 @@ 1999-12-03 Kenichi Handa - * international/mule-util.el (truncate-string-to-width): Docsting + * international/mule-util.el (truncate-string-to-width): Docstring fixed. 1999-12-02 Stefan Monnier 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 @@ 2001-02-05 Kenichi Handa * isearch.el (isearch-forward): Add description about input method - in the docsting. + in the docstring. 2001-02-04 Stefan Monnier @@ -19040,7 +19040,7 @@ (fontset-default-styles): Likewise. (x-modify-font-name): Function removed. (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT. - (create-fontset-from-ascii-font): Docsting adjusted for the above + (create-fontset-from-ascii-font): Docstring adjusted for the above change. (instantiate-fontset, resolve-fontset-name): Functions removed. (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 @@ +2010-09-27 Juanma Barranquero + + * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring. + 2010-09-27 Katsumi Yamaoka * 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: In this case, articles containing the string \"boss\" in the To or the From header will be expired to the group \"nnfolder:Work\"; -articles containing the sting \"IMPORTANT\" in the Subject header will +articles containing the string \"IMPORTANT\" in the Subject header will be expired to the group \"nnfolder:IMPORTANT.YYYY.MMM\"; and everything else will be expired to \"nnfolder:Archive-YYYY\"." :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 @@ 2010-08-18 Jan Djärv - * gtkutil.c (update_frame_tool_bar): Literal stings are const char*. + * gtkutil.c (update_frame_tool_bar): Literal strings are const char*. 2010-08-18 David De La Harpe Golden