summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Lazo <rlazo.paz@gmail.com>2011-03-10 22:13:30 +0000
committerBastien Guerry <bzg@altern.org>2011-03-10 19:08:59 +0100
commita0dead7f10f3736fafea80606d383bb5c99d0ed6 (patch)
treed4b1806b5473b03b35ce421e8b617795281d5990
parentaaf0bb396776ef05951f28420b5b4c7a823d9e8a (diff)
downloadorg-mode-a0dead7f10f3736fafea80606d383bb5c99d0ed6.tar.gz
Docstring fix for org-export-preprocess-string
Hi, I found a trivial error with this docstring. --8<---------------cut here---------------start------------->8--- --8<---------------cut here---------------end--------------->8--- Best regards, Seb
-rw-r--r--lisp/org-exp.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index dff86b6..34f101d 100644
--- a/lisp/org-exp.el
+++ b/lisp/org-exp.el
@@ -1042,7 +1042,7 @@ Pressing `1' will switch between these two options."
"Alist of code references and line numbers.")
(defun org-export-preprocess-string (string &rest parameters)
- "Cleanup STRING so that that the true exported has a more consistent source.
+ "Cleanup STRING so that the true exported has a more consistent source.
This function takes STRING, which should be a buffer-string of an org-file
to export. It then creates a temporary buffer where it does its job.
The result is then again returned as a string, and the exporter works
@@ -3084,4 +3084,3 @@ The depends on the variable `org-export-copy-to-kill'."
;; arch-tag: 65985fe9-095c-49c7-a7b6-cb4ee15c0a95
;;; org-exp.el ends here
-