소스 검색

org-manual: Fix typo

* doc/org-manual.org (Exporting): Fix typo.
Nicolas Goaziou 7 년 전
부모
커밋
2412044aa7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/org-manual.org

+ 1 - 1
doc/org-manual.org

@@ -11089,7 +11089,7 @@ Org only loads back-ends for the following formats by default: ASCII,
 HTML, iCalendar, LaTeX, and ODT.  Additional back-ends can be loaded
 in either of two ways: by configuring the ~org-export-backends~
 variable, or by requiring libraries in the Emacs init file.  For
-example, to load the markdown back-end, add this to your Emacs config:
+example, to load the Markdown back-end, add this to your Emacs config:
 
 #+begin_src emacs-lisp
 (require 'ox-md)