File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1647,7 +1647,7 @@ A discussion of the information provided by a Racket language:
16471647@item @kbd {C-x C-e }
16481648@tab @ref {racket-send-last-sexp }
16491649@item @kbd {TAB }
1650- @tab @code {indent-for-tab-command }
1650+ @tab @code {racket-hash-lang-indent }
16511651@item @kbd {RET }
16521652@tab @code {newline-and-indent }
16531653@end multitable
@@ -2650,9 +2650,9 @@ Any rackunit test failure messages show the location. You may use
26502650With @kbd {C-u } uses errortrace for improved stack traces.
26512651Otherwise follows the @ref {racket-error-context } setting.
26522652
2653- With @kbd {C-u } @kbd {C-u } also runs the
2654- tests with coverage instrumentation and highlights uncovered code
2655- using @code {font-lock-warning-face }.
2653+ With @kbd {C-u } @kbd {C-u } also runs the tests
2654+ with coverage instrumentation. Expressions not covered by tests are
2655+ treated as errors -- see @code {next-error }.
26562656
26572657See also:
26582658@itemize
@@ -3461,14 +3461,14 @@ This has a visible effect only when there is @emph{not} also a
34613461
34623462How much documentation to show via @code {eldoc }.
34633463
3464- Used by @code {racket-xp-eldoc-point } and @code { racket-xp-eldoc- sexp-app }.
3464+ Used by @code {racket-xp-eldoc-point-or- sexp-head }.
34653465
34663466@itemize
34673467@item
34683468Minimal: Only the help-echo string.
34693469
34703470@item
3471- Summary: Also the signature a.k.a. ``blubox '' from the
3471+ Summary: Also the signature a.k.a. ``bluebox '' from the
34723472documentation.
34733473
34743474@item
You can’t perform that action at this time.
0 commit comments