]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 27 Sep 2010 11:53:44 +0000 (13:53 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 27 Sep 2010 11:53:44 +0000 (13:53 +0200)
lisp/ChangeLog.8
lisp/ChangeLog.9
lisp/gnus/ChangeLog
lisp/gnus/nnmail.el
src/ChangeLog

index 6e1de200f7c7aaff4d376b17ff154360fc50de7f..82f11450a7b6158532bb903deec885b487a6246a 100644 (file)
 
 1999-12-03  Kenichi Handa  <handa@mule.m17n.org>
 
-       * international/mule-util.el (truncate-string-to-width): Docsting
+       * international/mule-util.el (truncate-string-to-width): Docstring
        fixed.
 
 1999-12-02  Stefan Monnier  <monnier@cs.yale.edu>
index ad4aa7bbed02f74e26ae26b75d4afba2d36cec33..344ec373e753ebaafcd2da96ecc0caf1b6c788ef 100644 (file)
 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
 
        * isearch.el (isearch-forward): Add description about input method
-       in the docsting.
+       in the docstring.
 
 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
 
        (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.
index 7efaa814e50427820bb7bfcd79e432f90b5a0e13..c5b91e84a6387a3bb890f8a4dffcd94164a04fdc 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
+
+       * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
+
 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
index 731d85b53caba859dadbec11d849406e7a67f5cc..462cb8aa1795ddaa3bb921bf7a308c858570de5e 100644 (file)
@@ -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"
index 092a9dde4cad2a95cabedc84359f7c60640ea2cd..b5962a1dd8bd1adcbdfb512e6aed1e30608afdb2 100644 (file)
 
 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
 
-       * 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  <david@harpegolden.net>