# HG changeset patch # User Juanma Barranquero # Date 1287790714 -7200 # Node ID d3f1a017887649eafa36f1dc9da29cae0ac53437 # Parent 11b664cef40f4ecc4aef2f75f4e37db749f19572 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. diff -r 11b664cef40f -r d3f1a0178876 doc/misc/ChangeLog --- a/doc/misc/ChangeLog Fri Oct 22 12:52:08 2010 +0200 +++ b/doc/misc/ChangeLog Sat Oct 23 01:38:34 2010 +0200 @@ -1,3 +1,7 @@ +2010-10-22 Juanma Barranquero + + * gnus.texi (Group Parameters, Buttons): Fix typos. + 2010-10-08 Glenn Morris * cl.texi (Organization, Installation, Old CL Compatibility): diff -r 11b664cef40f -r d3f1a0178876 doc/misc/gnus.texi --- a/doc/misc/gnus.texi Fri Oct 22 12:52:08 2010 +0200 +++ b/doc/misc/gnus.texi Sat Oct 23 01:38:34 2010 +0200 @@ -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 diff -r 11b664cef40f -r d3f1a0178876 etc/NEWS.1-17 --- a/etc/NEWS.1-17 Fri Oct 22 12:52:08 2010 +0200 +++ b/etc/NEWS.1-17 Sat Oct 23 01:38:34 2010 +0200 @@ -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'. diff -r 11b664cef40f -r d3f1a0178876 lisp/ChangeLog --- a/lisp/ChangeLog Fri Oct 22 12:52:08 2010 +0200 +++ b/lisp/ChangeLog Sat Oct 23 01:38:34 2010 +0200 @@ -1,3 +1,8 @@ +2010-10-22 Juanma Barranquero + + * progmodes/dcl-mode.el (dcl-electric-reindent-regexps): + Fix typo in docstring. + 2010-10-21 Michael Albinus * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of diff -r 11b664cef40f -r d3f1a0178876 lisp/ChangeLog.12 --- a/lisp/ChangeLog.12 Fri Oct 22 12:52:08 2010 +0200 +++ b/lisp/ChangeLog.12 Sat Oct 23 01:38:34 2010 +0200 @@ -12997,8 +12997,8 @@ 2006-02-13 Mathias Dahl - * 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 diff -r 11b664cef40f -r d3f1a0178876 lisp/ChangeLog.9 --- a/lisp/ChangeLog.9 Fri Oct 22 12:52:08 2010 +0200 +++ b/lisp/ChangeLog.9 Sat Oct 23 01:38:34 2010 +0200 @@ -1034,8 +1034,8 @@ 2001-09-18 Eli Zaretskii * 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 diff -r 11b664cef40f -r d3f1a0178876 lisp/gnus/ChangeLog.2 --- a/lisp/gnus/ChangeLog.2 Fri Oct 22 12:52:08 2010 +0200 +++ b/lisp/gnus/ChangeLog.2 Sat Oct 23 01:38:34 2010 +0200 @@ -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). diff -r 11b664cef40f -r d3f1a0178876 lisp/org/ChangeLog --- a/lisp/org/ChangeLog Fri Oct 22 12:52:08 2010 +0200 +++ b/lisp/org/ChangeLog Sat Oct 23 01:38:34 2010 +0200 @@ -1,3 +1,7 @@ +2010-10-22 Juanma Barranquero + + * org-exp.el (org-export-visible): Fix typo in docstring. + 2010-10-12 Juanma Barranquero * org-agenda.el (org-prefix-category-length) @@ -5191,7 +5195,7 @@ 2008-10-26 James TD Smith - * 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 diff -r 11b664cef40f -r d3f1a0178876 lisp/org/org-exp.el --- a/lisp/org/org-exp.el Fri Oct 22 12:52:08 2010 +0200 +++ b/lisp/org/org-exp.el Sat Oct 23 01:38:34 2010 +0200 @@ -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") diff -r 11b664cef40f -r d3f1a0178876 lisp/progmodes/dcl-mode.el --- a/lisp/progmodes/dcl-mode.el Fri Oct 22 12:52:08 2010 +0200 +++ b/lisp/progmodes/dcl-mode.el Sat Oct 23 01:38:34 2010 +0200 @@ -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) diff -r 11b664cef40f -r d3f1a0178876 lisp/woman.el --- a/lisp/woman.el Fri Oct 22 12:52:08 2010 +0200 +++ b/lisp/woman.el Sat Oct 23 01:38:34 2010 +0200 @@ -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 diff -r 11b664cef40f -r d3f1a0178876 src/atimer.c --- a/src/atimer.c Fri Oct 22 12:52:08 2010 +0200 +++ b/src/atimer.c Sat Oct 23 01:38:34 2010 +0200 @@ -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)