emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101642: Fix typos.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101642: Fix typos.
Date: Mon, 27 Sep 2010 13:53:44 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101642
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2010-09-27 13:53:44 +0200
message:
  Fix typos.
modified:
  lisp/ChangeLog.8
  lisp/ChangeLog.9
  lisp/gnus/ChangeLog
  lisp/gnus/nnmail.el
  src/ChangeLog
=== modified file 'lisp/ChangeLog.8'
--- a/lisp/ChangeLog.8  2010-08-01 04:37:41 +0000
+++ b/lisp/ChangeLog.8  2010-09-27 11:53:44 +0000
@@ -1172,7 +1172,7 @@
 
 1999-12-03  Kenichi Handa  <address@hidden>
 
-       * international/mule-util.el (truncate-string-to-width): Docsting
+       * international/mule-util.el (truncate-string-to-width): Docstring
        fixed.
 
 1999-12-02  Stefan Monnier  <address@hidden>

=== modified file 'lisp/ChangeLog.9'
--- a/lisp/ChangeLog.9  2010-09-25 12:04:35 +0000
+++ b/lisp/ChangeLog.9  2010-09-27 11:53:44 +0000
@@ -5773,7 +5773,7 @@
 2001-02-05  Kenichi Handa  <address@hidden>
 
        * isearch.el (isearch-forward): Add description about input method
-       in the docsting.
+       in the docstring.
 
 2001-02-04  Stefan Monnier  <address@hidden>
 
@@ -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.

=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2010-09-27 03:16:55 +0000
+++ b/lisp/gnus/ChangeLog       2010-09-27 11:53:44 +0000
@@ -1,3 +1,7 @@
+2010-09-27  Juanma Barranquero  <address@hidden>
+
+       * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
+
 2010-09-27  Katsumi Yamaoka  <address@hidden>
 
        * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).

=== modified file 'lisp/gnus/nnmail.el'
--- a/lisp/gnus/nnmail.el       2010-09-23 00:30:37 +0000
+++ b/lisp/gnus/nnmail.el       2010-09-27 11:53:44 +0000
@@ -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"

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-09-27 10:25:04 +0000
+++ b/src/ChangeLog     2010-09-27 11:53:44 +0000
@@ -1038,7 +1038,7 @@
 
 2010-08-18  Jan Djärv  <address@hidden>
 
-       * 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  <address@hidden>
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]