Browse Source

ox-latex: Fix docstring

* lisp/ox-latex.el (org-latex-format-headline-function): Fix missing
  parens in the docstring.
Nicolas Goaziou 12 years ago
parent
commit
ab4a946ae2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ox-latex.el

+ 1 - 1
lisp/ox-latex.el

@@ -442,7 +442,7 @@ order to reproduce the default set-up:
 	  text
 	  \(when tags
             \(format \"\\\\hfill{}\\\\textsc{%s}\"
-              \(mapconcat 'identity tags \":\"))))"
+              \(mapconcat 'identity tags \":\")))))"
   :group 'org-export-latex
   :type 'function)