Mercurial > emacs
changeset 111157:d3f1a0178876
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.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 23 Oct 2010 01:38:34 +0200 |
parents | 11b664cef40f |
children | b3c93f0bd2ff |
files | 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 |
diffstat | 12 files changed, 32 insertions(+), 20 deletions(-) [+] |
line wrap: on
line diff
--- 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 <lekktu@gmail.com> + + * gnus.texi (Group Parameters, Buttons): Fix typos. + 2010-10-08 Glenn Morris <rgm@gnu.org> * cl.texi (Organization, Installation, Old CL Compatibility):
--- 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
--- 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'.
--- 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 <lekktu@gmail.com> + + * progmodes/dcl-mode.el (dcl-electric-reindent-regexps): + Fix typo in docstring. + 2010-10-21 Michael Albinus <michael.albinus@gmx.de> * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
--- 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 <mathias.dahl@gmail.com> - * 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 <mathias.dahl@gmail.com>
--- 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 <eliz@is.elta.co.il> * 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 <miles@gnu.org>
--- 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).
--- 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 <lekktu@gmail.com> + + * org-exp.el (org-export-visible): Fix typo in docstring. + 2010-10-12 Juanma Barranquero <lekktu@gmail.com> * org-agenda.el (org-prefix-category-length) @@ -5191,7 +5195,7 @@ 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc> - * 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
--- 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")
--- 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)
--- 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
--- 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)