summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2011-07-29 15:46:03 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2011-07-29 15:46:03 +0200
commit36974045b6001c6b7dc248881bbef3325c4e5872 (patch)
tree3369be110203bb85d38cefdd05ae320d879924df
parent2a77c494541ef6dd398a6ce9947f1f4c6be3f9c7 (diff)
downloadorg-mode-36974045b6001c6b7dc248881bbef3325c4e5872.tar.gz
org-exp: fix a doc-string
-rw-r--r--lisp/org-exp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index b00e86d..8e21aea 100644
--- a/lisp/org-exp.el
+++ b/lisp/org-exp.el
@@ -1441,7 +1441,7 @@ the current file."
(defvar org-export-format-drawer-function nil
"Function to be called to format the contents of a drawer.
-The function must accept three parameters:
+The function must accept two parameters:
NAME the drawer name, like \"PROPERTIES\"
CONTENT the content of the drawer.
You can check the export backend through `org-export-current-backend'.