소스 검색

ox-latex.el (org-latex-horizontal-rule): Fix typo in docstring

* ox-latex.el (org-latex-horizontal-rule): Fix typo in docstring.
Bastien Guerry 12 년 전
부모
커밋
df6fc7607d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/ox-latex.el

+ 1 - 1
lisp/ox-latex.el

@@ -1538,7 +1538,7 @@ holding contextual information."
 ;;;; Horizontal Rule
 
 (defun org-latex-horizontal-rule (horizontal-rule contents info)
-  "Transcode an HORIZONTAL-RULE  object from Org to LaTeX.
+  "Transcode an HORIZONTAL-RULE object from Org to LaTeX.
 CONTENTS is nil.  INFO is a plist holding contextual information."
   (let ((attr (org-export-read-attribute :attr_latex horizontal-rule))
 	(prev (org-export-get-previous-element horizontal-rule info)))