소스 검색

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

* contrib/lisp/ox-confluence.el (org-confluence-empty): Fix typo.
Bastien Guerry 12 년 전
부모
커밋
49fd02134e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contrib/lisp/ox-confluence.el

+ 1 - 1
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)