diff options
Diffstat (limited to 'doc/user/char.skb')
-rw-r--r-- | doc/user/char.skb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/user/char.skb b/doc/user/char.skb index 85409f0..fe15831 100644 --- a/doc/user/char.skb +++ b/doc/user/char.skb @@ -49,9 +49,12 @@ without any transformation from the engine.]) (p [The sequences ,(code "$1"), ,(code "$2"), ... in the ,(param 'format) are replaced with the actual values of the arguments ,(param 'node).]) -(example-produce - (example :legend "Some characters" (prgm :file "src/api20.skb")) - (disp (include "src/api20.skb")))) +(let ((file (if (engine-format? "lout") + "src/api20-lout.skb" + "src/api20-html.skb"))) + (example-produce + (example :legend "Some characters" (prgm :file file)) + (disp (include file))))) ;*--- Symbols ---------------------------------------------------------*/ (subsection :title "Symbols" |