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

* doc/org-manual.org (Key bindings in Texinfo export): Escape macro
definition inside example block.
This commit is contained in:
Ihor Radchenko 2022-06-16 20:26:32 +08:00
parent 0cc4f492fe
commit 65e92c4383
No known key found for this signature in database
GPG key ID: 6470762A7DA11D8B

View file

@ -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