emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 65e92c4383 3/4: doc/org-manual.org: Fix un-escaped


From: ELPA Syncer
Subject: [elpa] externals/org 65e92c4383 3/4: doc/org-manual.org: Fix un-escaped macro
Date: Thu, 16 Jun 2022 09:02:15 -0400 (EDT)

branch: externals/org
commit 65e92c438387ffea89fdcd4cd3e8fb9174602b72
Author: Ihor Radchenko <yantar92@gmail.com>
Commit: Ihor Radchenko <yantar92@gmail.com>

    doc/org-manual.org: Fix un-escaped macro
    
    * doc/org-manual.org (Key bindings in Texinfo export): Escape macro
    definition inside example block.
---
 doc/org-manual.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index 3aecdce4da..cb2405ec72 100644
--- a/doc/org-manual.org
+++ b/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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]