diff options
| author | Juanma Barranquero | 2010-10-23 01:38:34 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-10-23 01:38:34 +0200 |
| commit | 88dbda519d46ea8902e7f91a6d217387cfe5a2c0 (patch) | |
| tree | eba434f1857f322b46b2be65f2dcbff4d3b9d135 | |
| parent | cd5ad71278628d0b71ba13032def9fe5b17ada14 (diff) | |
| download | emacs-88dbda519d46ea8902e7f91a6d217387cfe5a2c0.tar.gz emacs-88dbda519d46ea8902e7f91a6d217387cfe5a2c0.zip | |
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.
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 6 | ||||
| -rw-r--r-- | etc/NEWS.1-17 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog.12 | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog.9 | 4 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog.2 | 3 | ||||
| -rw-r--r-- | lisp/org/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/org/org-exp.el | 8 | ||||
| -rw-r--r-- | lisp/progmodes/dcl-mode.el | 2 | ||||
| -rw-r--r-- | lisp/woman.el | 2 | ||||
| -rw-r--r-- | src/atimer.c | 6 |
12 files changed, 32 insertions, 20 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 238cec8e82b..c3930486007 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-10-22 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * gnus.texi (Group Parameters, Buttons): Fix typos. | ||
| 4 | |||
| 1 | 2010-10-08 Glenn Morris <rgm@gnu.org> | 5 | 2010-10-08 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * cl.texi (Organization, Installation, Old CL Compatibility): | 7 | * cl.texi (Organization, Installation, Old CL Compatibility): |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 7a917b6d2df..5bb28c5294c 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -3142,8 +3142,8 @@ The Sieve language is described in RFC 3028. @xref{Top, Emacs Sieve, | |||
| 3142 | Top, sieve, Emacs Sieve}. | 3142 | Top, sieve, Emacs Sieve}. |
| 3143 | 3143 | ||
| 3144 | @item (agent parameters) | 3144 | @item (agent parameters) |
| 3145 | If the agent has been enabled, you can set any of the its parameters | 3145 | If the agent has been enabled, you can set any of its parameters to |
| 3146 | to control the behavior of the agent in individual groups. See Agent | 3146 | control the behavior of the agent in individual groups. See Agent |
| 3147 | Parameters in @ref{Category Syntax}. Most users will choose to set | 3147 | Parameters in @ref{Category Syntax}. Most users will choose to set |
| 3148 | agent parameters in either an agent category or group topic to | 3148 | agent parameters in either an agent category or group topic to |
| 3149 | minimize the configuration effort. | 3149 | minimize the configuration effort. |
| @@ -23709,7 +23709,7 @@ Hook called after creating the score mode menu. | |||
| 23709 | @cindex mouse | 23709 | @cindex mouse |
| 23710 | @cindex click | 23710 | @cindex click |
| 23711 | 23711 | ||
| 23712 | Those new-fangled @dfn{mouse} contraptions is very popular with the | 23712 | Those new-fangled @dfn{mouse} contraptions are very popular with the |
| 23713 | young, hep kids who don't want to learn the proper way to do things | 23713 | young, hep kids who don't want to learn the proper way to do things |
| 23714 | these days. Why, I remember way back in the summer of '89, when I was | 23714 | these days. Why, I remember way back in the summer of '89, when I was |
| 23715 | using Emacs on a Tops 20 system. Three hundred users on one single | 23715 | using Emacs on a Tops 20 system. Three hundred users on one single |
diff --git a/etc/NEWS.1-17 b/etc/NEWS.1-17 index 122c634b0f2..b45ddedbe28 100644 --- a/etc/NEWS.1-17 +++ b/etc/NEWS.1-17 | |||
| @@ -235,7 +235,7 @@ Various new commands and features exist; see the Emacs manual. | |||
| 235 | 235 | ||
| 236 | * Nroff mode and TeX mode. | 236 | * Nroff mode and TeX mode. |
| 237 | 237 | ||
| 238 | The are two new major modes for editing nroff input and TeX input. | 238 | There are two new major modes for editing nroff input and TeX input. |
| 239 | See the Emacs manual for full information. | 239 | See the Emacs manual for full information. |
| 240 | 240 | ||
| 241 | * New C indentation style variable `c-brace-imaginary-offset'. | 241 | * New C indentation style variable `c-brace-imaginary-offset'. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4485c992b3a..a09514c658b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-10-22 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * progmodes/dcl-mode.el (dcl-electric-reindent-regexps): | ||
| 4 | Fix typo in docstring. | ||
| 5 | |||
| 1 | 2010-10-21 Michael Albinus <michael.albinus@gmx.de> | 6 | 2010-10-21 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of | 8 | * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of |
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12 index 270fe8d6aeb..c242095fb07 100644 --- a/lisp/ChangeLog.12 +++ b/lisp/ChangeLog.12 | |||
| @@ -12997,8 +12997,8 @@ | |||
| 12997 | 12997 | ||
| 12998 | 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com> | 12998 | 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com> |
| 12999 | 12999 | ||
| 13000 | * tumme.el: Remove history section. If someone needs the it, it | 13000 | * tumme.el: Remove history section. If someone needs it, it can |
| 13001 | can always be found in CVS. | 13001 | always be found in CVS. |
| 13002 | 13002 | ||
| 13003 | 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com> | 13003 | 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com> |
| 13004 | 13004 | ||
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index a6112f97825..5f1a501af37 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 | |||
| @@ -1034,8 +1034,8 @@ | |||
| 1034 | 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il> | 1034 | 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il> |
| 1035 | 1035 | ||
| 1036 | * dired.el (dired-move-to-filename-regexp): Allow one digit in the | 1036 | * dired.el (dired-move-to-filename-regexp): Allow one digit in the |
| 1037 | numeric month value, and allow the Kanji character after the it to | 1037 | numeric month value, and allow the Kanji character after it to be |
| 1038 | be missing (happens with ls-lisp's output on Japanese versions of | 1038 | missing (happens with ls-lisp's output on Japanese versions of |
| 1039 | MS-Windows). | 1039 | MS-Windows). |
| 1040 | 1040 | ||
| 1041 | 2001-09-18 Miles Bader <miles@gnu.org> | 1041 | 2001-09-18 Miles Bader <miles@gnu.org> |
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2 index cdfc53c979c..78bc7d4acdc 100644 --- a/lisp/gnus/ChangeLog.2 +++ b/lisp/gnus/ChangeLog.2 | |||
| @@ -3828,8 +3828,7 @@ | |||
| 3828 | that Gnus will render it as html if the user wants that. | 3828 | that Gnus will render it as html if the user wants that. |
| 3829 | 3829 | ||
| 3830 | Implemented the ability to save nnrss-group-alist so that any new | 3830 | Implemented the ability to save nnrss-group-alist so that any new |
| 3831 | feeds the you subscribe to will be found the next time you start | 3831 | feeds you subscribe to will be found the next time you start up. |
| 3832 | up. | ||
| 3833 | 3832 | ||
| 3834 | Implemented support for RSS 2.0 elements (author, pubDate). | 3833 | Implemented support for RSS 2.0 elements (author, pubDate). |
| 3835 | 3834 | ||
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 05da19ee0a4..96e00f4ddf3 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-10-22 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * org-exp.el (org-export-visible): Fix typo in docstring. | ||
| 4 | |||
| 1 | 2010-10-12 Juanma Barranquero <lekktu@gmail.com> | 5 | 2010-10-12 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * org-agenda.el (org-prefix-category-length) | 7 | * org-agenda.el (org-prefix-category-length) |
| @@ -5191,7 +5195,7 @@ | |||
| 5191 | 5195 | ||
| 5192 | 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc> | 5196 | 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc> |
| 5193 | 5197 | ||
| 5194 | * org.el (org-add-log-setup): Only skip drawers if the are | 5198 | * org.el (org-add-log-setup): Only skip drawers if they are |
| 5195 | immediately after the scheduling keywords. | 5199 | immediately after the scheduling keywords. |
| 5196 | 5200 | ||
| 5197 | * org-clock.el (org-clock-in-switch-to-state): Allow this to be a | 5201 | * org-clock.el (org-clock-in-switch-to-state): Allow this to be a |
diff --git a/lisp/org/org-exp.el b/lisp/org/org-exp.el index f87fd785d96..cf1b5a49da4 100644 --- a/lisp/org/org-exp.el +++ b/lisp/org/org-exp.el | |||
| @@ -2540,10 +2540,10 @@ INDENT was the original indentation of the block." | |||
| 2540 | The copy is created in a temporary buffer and removed after use. | 2540 | The copy is created in a temporary buffer and removed after use. |
| 2541 | TYPE is the final key (as a string) that also select the export command in | 2541 | TYPE is the final key (as a string) that also select the export command in |
| 2542 | the `C-c C-e' export dispatcher. | 2542 | the `C-c C-e' export dispatcher. |
| 2543 | As a special case, if the you type SPC at the prompt, the temporary | 2543 | |
| 2544 | org-mode file will not be removed but presented to you so that you can | 2544 | As a special case, if you type SPC at the prompt, the temporary org-mode |
| 2545 | continue to use it. The prefix arg ARG is passed through to the exporting | 2545 | file will not be removed but presented to you so that you can continue to |
| 2546 | command." | 2546 | use it. The prefix arg ARG is passed through to the exporting command." |
| 2547 | (interactive | 2547 | (interactive |
| 2548 | (list (progn | 2548 | (list (progn |
| 2549 | (message "Export visible: [a]SCII [h]tml [b]rowse HTML [H/R]uffer with HTML [D]ocBook [x]OXO [ ]keep buffer") | 2549 | (message "Export visible: [a]SCII [h]tml [b]rowse HTML [H/R]uffer with HTML [D]ocBook [x]OXO [ ]keep buffer") |
diff --git a/lisp/progmodes/dcl-mode.el b/lisp/progmodes/dcl-mode.el index 04a04184ed2..c3a68c3be99 100644 --- a/lisp/progmodes/dcl-mode.el +++ b/lisp/progmodes/dcl-mode.el | |||
| @@ -409,7 +409,7 @@ A list of regexps that will trigger a reindent if the last letter | |||
| 409 | is defined as dcl-electric-character. | 409 | is defined as dcl-electric-character. |
| 410 | 410 | ||
| 411 | E.g.: if this list contains `endif', the key `f' is defined as | 411 | E.g.: if this list contains `endif', the key `f' is defined as |
| 412 | dcl-electric-character and the you have just typed the `f' in | 412 | dcl-electric-character and you have just typed the `f' in |
| 413 | `endif', the line will be reindented." | 413 | `endif', the line will be reindented." |
| 414 | :type '(repeat regexp) | 414 | :type '(repeat regexp) |
| 415 | :group 'dcl) | 415 | :group 'dcl) |
diff --git a/lisp/woman.el b/lisp/woman.el index eb21f01e564..63c61016b52 100644 --- a/lisp/woman.el +++ b/lisp/woman.el | |||
| @@ -1507,7 +1507,7 @@ Also make each path-info component into a list. | |||
| 1507 | ;; (topic) | 1507 | ;; (topic) |
| 1508 | ;; (topic (path-index) (path-index) ... ) | 1508 | ;; (topic (path-index) (path-index) ... ) |
| 1509 | ;; (topic (path-index filename) (path-index filename) ... ) | 1509 | ;; (topic (path-index filename) (path-index filename) ... ) |
| 1510 | ;; where the are no duplicates in the value lists. | 1510 | ;; where there are no duplicates in the value lists. |
| 1511 | ;; Topic must match first `word' of filename, so ... | 1511 | ;; Topic must match first `word' of filename, so ... |
| 1512 | (let ((topic-regexp | 1512 | (let ((topic-regexp |
| 1513 | (concat | 1513 | (concat |
diff --git a/src/atimer.c b/src/atimer.c index 432e2590dad..bcd38632ebd 100644 --- a/src/atimer.c +++ b/src/atimer.c | |||
| @@ -175,9 +175,9 @@ cancel_atimer (timer) | |||
| 175 | for (t = *list, prev = NULL; t && t != timer; prev = t, t = t->next) | 175 | for (t = *list, prev = NULL; t && t != timer; prev = t, t = t->next) |
| 176 | ; | 176 | ; |
| 177 | 177 | ||
| 178 | /* If it is, take it off the its list, and put in on the | 178 | /* If it is, take it off its list, and put in on the free-list. |
| 179 | free-list. We don't bother to arrange for setting a | 179 | We don't bother to arrange for setting a different alarm time, |
| 180 | different alarm time, since a too early one doesn't hurt. */ | 180 | since a too early one doesn't hurt. */ |
| 181 | if (t) | 181 | if (t) |
| 182 | { | 182 | { |
| 183 | if (prev) | 183 | if (prev) |