From 36974045b6001c6b7dc248881bbef3325c4e5872 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 29 Jul 2011 15:46:03 +0200 Subject: [PATCH] org-exp: fix a doc-string --- lisp/org-exp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-exp.el b/lisp/org-exp.el index b00e86dab..8e21aea60 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'.