Skip to content

Commit b7295ed

Browse files
Refresh docs
1 parent 6c3007a commit b7295ed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/racket-mode.texi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
26502650
With @kbd{C-u} uses errortrace for improved stack traces.
26512651
Otherwise 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

26572657
See also:
26582658
@itemize
@@ -3461,14 +3461,14 @@ This has a visible effect only when there is @emph{not} also a
34613461

34623462
How 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
34683468
Minimal: 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
34723472
documentation.
34733473

34743474
@item

0 commit comments

Comments
 (0)