浏览代码

doc/org-manual.org: Fix un-escaped macro

* doc/org-manual.org (Key bindings in Texinfo export): Escape macro
definition inside example block.
Ihor Radchenko 2 年之前
父节点
当前提交
65e92c4383
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/org-manual.org

+ 1 - 1
doc/org-manual.org

@@ -15474,7 +15474,7 @@ make that easier the function ~org-texinfo-kbd-macro~ is provided,
 which is intended to be used like this:
 
 #+begin_example
-#+macro: kbd (eval (org-texinfo-kbd-macro $1))
+,#+macro: kbd (eval (org-texinfo-kbd-macro $1))
 
 Type {{{kbd(C-c SPC)}}}.
 #+end_example