1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-25 07:27:57 +00:00

contrib/lisp/ox-confluence.el (org-confluence-empty): Fix typo

* contrib/lisp/ox-confluence.el (org-confluence-empty): Fix typo.
This commit is contained in:
Bastien Guerry 2013-03-24 20:04:42 +01:00
parent 7610231952
commit 49fd02134e

View File

@ -59,7 +59,7 @@
(defun org-confluence-bold (bold contents info) (defun org-confluence-bold (bold contents info)
(format "*%s*" contents)) (format "*%s*" contents))
(defun org-confluence-empty (empy contents info) (defun org-confluence-empty (empty contents info)
"") "")
(defun org-confluence-example-block (example-block contents info) (defun org-confluence-example-block (example-block contents info)