changeset 110603:eff33de9a3ff

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 27 Sep 2010 13:53:44 +0200
parents d4aacd8a2664
children 71a0913fcc8c
files lisp/ChangeLog.8 lisp/ChangeLog.9 lisp/gnus/ChangeLog lisp/gnus/nnmail.el src/ChangeLog
diffstat 5 files changed, 9 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog.8	Mon Sep 27 12:25:04 2010 +0200
+++ b/lisp/ChangeLog.8	Mon Sep 27 13:53:44 2010 +0200
@@ -1172,7 +1172,7 @@
 
 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>
--- a/lisp/ChangeLog.9	Mon Sep 27 12:25:04 2010 +0200
+++ b/lisp/ChangeLog.9	Mon Sep 27 13:53:44 2010 +0200
@@ -5773,7 +5773,7 @@
 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>
 
@@ -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.
--- a/lisp/gnus/ChangeLog	Mon Sep 27 12:25:04 2010 +0200
+++ b/lisp/gnus/ChangeLog	Mon Sep 27 13:53:44 2010 +0200
@@ -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).
--- a/lisp/gnus/nnmail.el	Mon Sep 27 12:25:04 2010 +0200
+++ b/lisp/gnus/nnmail.el	Mon Sep 27 13:53:44 2010 +0200
@@ -225,7 +225,7 @@
 
 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"
--- a/src/ChangeLog	Mon Sep 27 12:25:04 2010 +0200
+++ b/src/ChangeLog	Mon Sep 27 13:53:44 2010 +0200
@@ -1038,7 +1038,7 @@
 
 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>