Skip to content

Commit

Permalink
Refresh docs
Browse files Browse the repository at this point in the history
  • Loading branch information
greghendershott committed Oct 29, 2024
1 parent 4628c3c commit 4fd25e8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/racket-mode.texi
Original file line number Diff line number Diff line change
Expand Up @@ -3557,7 +3557,11 @@ restart by using @code{racket-start-back-end}.
@node racket-pretty-print
@subsection racket-pretty-print

Use pretty-print instead of print in REPL@?
Use pretty-print instead of print?

Sets the global-port-print-handler to use pretty-print, which is
suitable for s-expressions. Note a language may override this --
for example to implement pretty printing for another syntax

@node racket-repl-command-file
@subsection racket-repl-command-file
Expand Down Expand Up @@ -4417,7 +4421,7 @@ Face @ref{racket-repl-mode} uses for prompts.
@node racket-repl-value
@subsection racket-repl-value

Face @ref{racket-repl-mode} uses for values output by current-print.
Face @ref{racket-repl-mode} uses for @code{print}-ed values.

@node racket-repl-error-message
@subsection racket-repl-error-message
Expand Down

0 comments on commit 4fd25e8

Please sign in to comment.