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 /lisp/org | |
| 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.
Diffstat (limited to 'lisp/org')
| -rw-r--r-- | lisp/org/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/org/org-exp.el | 8 |
2 files changed, 9 insertions, 5 deletions
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") |