Browse Source

Fix comment typo

* ox-latex.el (org-latex--text-markup): Replace newlines by
whitespaces in \verb constructs.
Bastien Guerry 11 years ago
parent
commit
ec8f5dba02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ox-latex.el

+ 1 - 1
lisp/ox-latex.el

@@ -1067,7 +1067,7 @@ See `org-latex-text-markup-alist' for details."
     (cond
      ;; No format string: Return raw text.
      ((not fmt) text)
-     ;; Handle the `verb' special case: Find and appropriate separator
+     ;; Handle the `verb' special case: Find an appropriate separator
      ;; and use "\\verb" command.
      ((eq 'verb fmt)
       (let ((separator (org-latex--find-verb-separator text)))