aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
authorJuanma Barranquero2010-10-23 01:38:34 +0200
committerJuanma Barranquero2010-10-23 01:38:34 +0200
commit88dbda519d46ea8902e7f91a6d217387cfe5a2c0 (patch)
treeeba434f1857f322b46b2be65f2dcbff4d3b9d135 /lisp/org
parentcd5ad71278628d0b71ba13032def9fe5b17ada14 (diff)
downloademacs-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/ChangeLog6
-rw-r--r--lisp/org/org-exp.el8
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 @@
12010-10-22 Juanma Barranquero <lekktu@gmail.com>
2
3 * org-exp.el (org-export-visible): Fix typo in docstring.
4
12010-10-12 Juanma Barranquero <lekktu@gmail.com> 52010-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
51922008-10-26 James TD Smith <ahktenzero@mohorovi.cc> 51962008-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."
2540The copy is created in a temporary buffer and removed after use. 2540The copy is created in a temporary buffer and removed after use.
2541TYPE is the final key (as a string) that also select the export command in 2541TYPE is the final key (as a string) that also select the export command in
2542the `C-c C-e' export dispatcher. 2542the `C-c C-e' export dispatcher.
2543As a special case, if the you type SPC at the prompt, the temporary 2543
2544org-mode file will not be removed but presented to you so that you can 2544As a special case, if you type SPC at the prompt, the temporary org-mode
2545continue to use it. The prefix arg ARG is passed through to the exporting 2545file will not be removed but presented to you so that you can continue to
2546command." 2546use 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")