瀏覽代碼

Merge branch 'maint'

Kyle Meyer 4 年之前
父節點
當前提交
c93066d8e2
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      doc/org-guide.org
  2. 1 1
      doc/org-manual.org

+ 1 - 1
doc/org-guide.org

@@ -2221,7 +2221,7 @@ compatible with XHTML 1.0 strict standard.
 - {{{kbd(C-c C-e h h)}}} ::
 
   Export as HTML file with a =.html= extension.  For =myfile.org=, Org
-  exports to =myfile.html=, overwriting without warning.  {{{kbd{C-c
+  exports to =myfile.html=, overwriting without warning.  {{{kbd(C-c
   C-e h o)}}} exports to HTML and opens it in a web browser.
 
 The HTML export back-end transforms =<= and =>= to =&lt;= and =&gt;=.

+ 1 - 1
doc/org-manual.org

@@ -12599,7 +12599,7 @@ compatible with XHTML 1.0 strict standard.
   #+findex: org-html-export-to-html
 
   Export as HTML file with a =.html= extension.  For =myfile.org=, Org
-  exports to =myfile.html=, overwriting without warning.  {{{kbd{C-c
+  exports to =myfile.html=, overwriting without warning.  {{{kbd(C-c
   C-e h o)}}} exports to HTML and opens it in a web browser.
 
 - {{{kbd(C-c C-e h H)}}} (~org-html-export-as-html~) ::