From: Bastien Guerry Date: Tue, 12 Feb 2013 21:21:46 +0000 (+0100) Subject: ox-latex.el (org-latex-horizontal-rule): Fix typo in docstring X-Git-Tag: release_8.0-pre~375 X-Git-Url: https://repo.or.cz/w/org-mode.git/commitdiff_plain/df6fc7607d16ae31fc8787daa581f75d27574848 ox-latex.el (org-latex-horizontal-rule): Fix typo in docstring * ox-latex.el (org-latex-horizontal-rule): Fix typo in docstring. --- diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index 5fc57f142..c13504296 100644 --- a/lisp/ox-latex.el +++ b/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)))