Skip to content

Commit

Permalink
docs(manual): Fix REPL invocation command
Browse files Browse the repository at this point in the history
  • Loading branch information
raphCode committed Dec 22, 2022
1 parent e3ca952 commit 6a49b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/c12-tricks.sil
Expand Up @@ -530,7 +530,7 @@ If you call SILE with no input file name, it enters the REPL:
62.3622054
\end{verbatim}

At any point during the evaluation of Lua commands, you can call \code{SILE.repl()} to enter the REPL and poke around;
At any point during the evaluation of Lua commands, you can call \code{SILE.repl:enter()} to enter the REPL and poke around;
hitting Ctrl-D will end the REPL and return to processing the document.

Two alternative backends are also useful for debugging.
Expand Down

0 comments on commit 6a49b69

Please sign in to comment.