0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-20 04:56:30 +00:00

org-exp: fix a doc-string

This commit is contained in:
Nicolas Goaziou 2011-07-29 15:46:03 +02:00
parent 2a77c49454
commit 36974045b6

View file

@ -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'.