mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 15:56:35 -04:00
; * doc/misc/ert.texi (erts files): Improve example (bug#81154).
This commit is contained in:
parent
0989625d36
commit
108710992d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue