mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
Updating disasm docs to use backslash escape.
This commit is contained in:
parent
a50f707f3b
commit
da403f7deb
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
|
|
||||||
;;> @subsubsubsection{(disasm f [out])}
|
;;> \subsubsubsection{\scheme{(disasm f [out])}}
|
||||||
|
|
||||||
;;> Write a human-readable disassembly for the procedure @var{f} to
|
;;> Write a human-readable disassembly for the procedure \var{f} to
|
||||||
;;> the port @var{out}, defaulting to @scheme{(current-output-port)}.
|
;;> the port \var{out}, defaulting to \scheme{(current-output-port)}.
|
||||||
|
|
||||||
(define-library (chibi disasm)
|
(define-library (chibi disasm)
|
||||||
(export disasm)
|
(export disasm)
|
||||||
|
|
Loading…
Add table
Reference in a new issue