summaryrefslogtreecommitdiff
path: root/lisp/org
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-10-23 01:38:34 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-10-23 01:38:34 +0200
commit88dbda519d46ea8902e7f91a6d217387cfe5a2c0 (patch)
treeeba434f1857f322b46b2be65f2dcbff4d3b9d135 /lisp/org
parentcd5ad71278628d0b71ba13032def9fe5b17ada14 (diff)
downloademacs-88dbda519d46ea8902e7f91a6d217387cfe5a2c0.tar.gz
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 @@
+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
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."
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")