emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100130: Fix typos.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100130: Fix typos.
Date: Sat, 23 Oct 2010 01:38:34 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100130
committer: Juanma Barranquero <address@hidden>
branch nick: emacs-23
timestamp: Sat 2010-10-23 01:38:34 +0200
message:
  Fix typos.
  
  * doc/misc/gnus.texi (Group Parameters, Buttons): Fix typos.
  
  * lisp/org/org-exp.el (org-export-visible):
  * lisp/progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
    Fix typos in docstrings.
modified:
  doc/misc/ChangeLog
  doc/misc/gnus.texi
  etc/NEWS.1-17
  lisp/ChangeLog
  lisp/ChangeLog.12
  lisp/ChangeLog.9
  lisp/gnus/ChangeLog.2
  lisp/org/ChangeLog
  lisp/org/org-exp.el
  lisp/progmodes/dcl-mode.el
  lisp/woman.el
  src/atimer.c
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2010-10-08 03:01:23 +0000
+++ b/doc/misc/ChangeLog        2010-10-22 23:38:34 +0000
@@ -1,3 +1,7 @@
+2010-10-22  Juanma Barranquero  <address@hidden>
+
+       * gnus.texi (Group Parameters, Buttons): Fix typos.
+
 2010-10-08  Glenn Morris  <address@hidden>
 
        * cl.texi (Organization, Installation, Old CL Compatibility):

=== modified file 'doc/misc/gnus.texi'
--- a/doc/misc/gnus.texi        2010-06-24 07:10:51 +0000
+++ b/doc/misc/gnus.texi        2010-10-22 23:38:34 +0000
@@ -3142,8 +3142,8 @@
 Top, sieve, Emacs Sieve}.
 
 @item (agent parameters)
-If the agent has been enabled, you can set any of the its parameters
-to control the behavior of the agent in individual groups. See Agent
+If the agent has been enabled, you can set any of its parameters to
+control the behavior of the agent in individual groups.  See Agent
 Parameters in @ref{Category Syntax}.  Most users will choose to set
 agent parameters in either an agent category or group topic to
 minimize the configuration effort.
@@ -23709,7 +23709,7 @@
 @cindex mouse
 @cindex click
 
-Those new-fangled @dfn{mouse} contraptions is very popular with the
+Those new-fangled @dfn{mouse} contraptions are very popular with the
 young, hep kids who don't want to learn the proper way to do things
 these days.  Why, I remember way back in the summer of '89, when I was
 using Emacs on a Tops 20 system.  Three hundred users on one single

=== modified file 'etc/NEWS.1-17'
--- a/etc/NEWS.1-17     2010-06-15 11:41:21 +0000
+++ b/etc/NEWS.1-17     2010-10-22 23:38:34 +0000
@@ -235,7 +235,7 @@
 
 * Nroff mode and TeX mode.
 
-The are two new major modes for editing nroff input and TeX input.
+There are two new major modes for editing nroff input and TeX input.
 See the Emacs manual for full information.
 
 * New C indentation style variable `c-brace-imaginary-offset'.

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-10-21 06:33:47 +0000
+++ b/lisp/ChangeLog    2010-10-22 23:38:34 +0000
@@ -1,3 +1,8 @@
+2010-10-22  Juanma Barranquero  <address@hidden>
+
+       * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
+       Fix typo in docstring.
+
 2010-10-21  Michael Albinus  <address@hidden>
 
        * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of

=== modified file 'lisp/ChangeLog.12'
--- a/lisp/ChangeLog.12 2010-10-12 23:25:19 +0000
+++ b/lisp/ChangeLog.12 2010-10-22 23:38:34 +0000
@@ -12997,8 +12997,8 @@
 
 2006-02-13  Mathias Dahl  <address@hidden>
 
-       * tumme.el: Remove history section.  If someone needs the it, it
-       can always be found in CVS.
+       * tumme.el: Remove history section.  If someone needs it, it can
+       always be found in CVS.
 
 2006-02-12  Mathias Dahl  <address@hidden>
 

=== modified file 'lisp/ChangeLog.9'
--- a/lisp/ChangeLog.9  2010-10-12 23:25:19 +0000
+++ b/lisp/ChangeLog.9  2010-10-22 23:38:34 +0000
@@ -1034,8 +1034,8 @@
 2001-09-18  Eli Zaretskii  <address@hidden>
 
        * dired.el (dired-move-to-filename-regexp): Allow one digit in the
-       numeric month value, and allow the Kanji character after the it to
-       be missing (happens with ls-lisp's output on Japanese versions of
+       numeric month value, and allow the Kanji character after it to be
+       missing (happens with ls-lisp's output on Japanese versions of
        MS-Windows).
 
 2001-09-18  Miles Bader  <address@hidden>

=== modified file 'lisp/gnus/ChangeLog.2'
--- a/lisp/gnus/ChangeLog.2     2010-10-12 23:25:19 +0000
+++ b/lisp/gnus/ChangeLog.2     2010-10-22 23:38:34 +0000
@@ -3828,8 +3828,7 @@
        that Gnus will render it as html if the user wants that.
 
        Implemented the ability to save nnrss-group-alist so that any new
-       feeds the you subscribe to will be found the next time you start
-       up.
+       feeds you subscribe to will be found the next time you start up.
 
        Implemented support for RSS 2.0 elements (author, pubDate).
 

=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2010-10-12 23:25:19 +0000
+++ b/lisp/org/ChangeLog        2010-10-22 23:38:34 +0000
@@ -1,3 +1,7 @@
+2010-10-22  Juanma Barranquero  <address@hidden>
+
+       * org-exp.el (org-export-visible): Fix typo in docstring.
+
 2010-10-12  Juanma Barranquero  <address@hidden>
 
        * org-agenda.el (org-prefix-category-length)
@@ -5191,7 +5195,7 @@
 
 2008-10-26  James TD Smith  <address@hidden>
 
-       * org.el (org-add-log-setup): Only skip drawers if the are
+       * org.el (org-add-log-setup): Only skip drawers if they are
        immediately after the scheduling keywords.
 
        * org-clock.el (org-clock-in-switch-to-state): Allow this to be a

=== modified file 'lisp/org/org-exp.el'
--- a/lisp/org/org-exp.el       2010-01-13 08:35:10 +0000
+++ b/lisp/org/org-exp.el       2010-10-22 23:38:34 +0000
@@ -2540,10 +2540,10 @@
 The copy is created in a temporary buffer and removed after use.
 TYPE is the final key (as a string) that also select the export command in
 the `C-c C-e' export dispatcher.
-As a special case, if the you type SPC at the prompt, the temporary
-org-mode file will not be removed but presented to you so that you can
-continue to use it.  The prefix arg ARG is passed through to the exporting
-command."
+
+As a special case, if you type SPC at the prompt, the temporary org-mode
+file will not be removed but presented to you so that you can continue to
+use it.  The prefix arg ARG is passed through to the exporting command."
   (interactive
    (list (progn
           (message "Export visible: [a]SCII  [h]tml  [b]rowse HTML [H/R]uffer 
with HTML  [D]ocBook  [x]OXO  [ ]keep buffer")

=== modified file 'lisp/progmodes/dcl-mode.el'
--- a/lisp/progmodes/dcl-mode.el        2010-01-13 08:35:10 +0000
+++ b/lisp/progmodes/dcl-mode.el        2010-10-22 23:38:34 +0000
@@ -409,7 +409,7 @@
 is defined as dcl-electric-character.
 
 E.g.: if this list contains `endif', the key `f' is defined as
-dcl-electric-character and the you have just typed the `f' in
+dcl-electric-character and you have just typed the `f' in
 `endif', the line will be reindented."
   :type '(repeat regexp)
   :group 'dcl)

=== modified file 'lisp/woman.el'
--- a/lisp/woman.el     2010-08-18 02:33:13 +0000
+++ b/lisp/woman.el     2010-10-22 23:38:34 +0000
@@ -1507,7 +1507,7 @@
   ;;   (topic)
   ;;   (topic (path-index) (path-index) ... )
   ;;   (topic (path-index filename) (path-index filename) ... )
-  ;; where the are no duplicates in the value lists.
+  ;; where there are no duplicates in the value lists.
   ;; Topic must match first `word' of filename, so ...
   (let ((topic-regexp
         (concat

=== modified file 'src/atimer.c'
--- a/src/atimer.c      2010-01-13 08:35:10 +0000
+++ b/src/atimer.c      2010-10-22 23:38:34 +0000
@@ -175,9 +175,9 @@
       for (t = *list, prev = NULL; t && t != timer; prev = t, t = t->next)
        ;
 
-      /* If it is, take it off the its list, and put in on the
-        free-list.  We don't bother to arrange for setting a
-        different alarm time, since a too early one doesn't hurt.  */
+      /* If it is, take it off its list, and put in on the free-list.
+        We don't bother to arrange for setting a different alarm time,
+        since a too early one doesn't hurt.  */
       if (t)
        {
          if (prev)


reply via email to

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