소스 검색

Fix comment typo

* ox-latex.el (org-latex--text-markup): Replace newlines by
whitespaces in \verb constructs.
Bastien Guerry 11 년 전
부모
커밋
ec8f5dba02
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
     (cond
      ;; No format string: Return raw text.
      ;; No format string: Return raw text.
      ((not fmt) 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.
      ;; and use "\\verb" command.
      ((eq 'verb fmt)
      ((eq 'verb fmt)
       (let ((separator (org-latex--find-verb-separator text)))
       (let ((separator (org-latex--find-verb-separator text)))