; * doc/misc/ert.texi (erts files): Improve example (bug#81154).

This commit is contained in:
Eli Zaretskii 2026-06-04 09:25:21 +03:00
parent 0989625d36
commit 108710992d

View file

@ -933,8 +933,8 @@ that start with a space are part of the value).
@example
Name: foo
Code: (indent-region
(point-min) (point-max))
Code: (lambda ()
(indent-region (point-min) (point-max)))
@end example
@table @samp