summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-03-24 20:04:42 +0100
committerBastien Guerry <bzg@altern.org>2013-03-25 05:41:58 +0100
commit49fd02134ec4454765b919fa490f1cc0c542a329 (patch)
treedaa31dc68f21035b70ad3a6335276b4e25696178
parent7610231952196bbced9f038722ee936a0a4c05eb (diff)
downloadorg-mode-49fd02134ec4454765b919fa490f1cc0c542a329.tar.gz
contrib/lisp/ox-confluence.el (org-confluence-empty): Fix typo
* contrib/lisp/ox-confluence.el (org-confluence-empty): Fix typo.
-rw-r--r--contrib/lisp/ox-confluence.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/lisp/ox-confluence.el b/contrib/lisp/ox-confluence.el
index 021bbd9..5e01e1e 100644
--- a/contrib/lisp/ox-confluence.el
+++ b/contrib/lisp/ox-confluence.el
@@ -59,7 +59,7 @@
(defun org-confluence-bold (bold contents info)
(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)