瀏覽代碼

org-exp: fix a doc-string

Nicolas Goaziou 14 年之前
父節點
當前提交
36974045b6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-exp.el

+ 1 - 1
lisp/org-exp.el

@@ -1441,7 +1441,7 @@ the current file."
 
 
 (defvar org-export-format-drawer-function nil
 (defvar org-export-format-drawer-function nil
   "Function to be called to format the contents of a drawer.
   "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\"
   NAME     the drawer name, like \"PROPERTIES\"
   CONTENT  the content of the drawer.
   CONTENT  the content of the drawer.
 You can check the export backend through `org-export-current-backend'.
 You can check the export backend through `org-export-current-backend'.