소스 검색

guide: Fix kbd syntax

* doc/org-guide.org (HTML Export): Fix kdb syntax.
Kyle Meyer 3 년 전
부모
커밋
37f291ac08
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/org-guide.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;=.