Parcourir la source

Merge branch 'maint'

Kyle Meyer il y a 4 ans
Parent
commit
c93066d8e2
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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~) ::