mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; * doc/misc/ert.texi (erts files): Improve example (bug#81154).
This commit is contained in:
parent
0989625d36
commit
108710992d
1 changed files with 2 additions and 2 deletions
|
|
@ -933,8 +933,8 @@ that start with a space are part of the value).
|
||||||
|
|
||||||
@example
|
@example
|
||||||
Name: foo
|
Name: foo
|
||||||
Code: (indent-region
|
Code: (lambda ()
|
||||||
(point-min) (point-max))
|
(indent-region (point-min) (point-max)))
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@table @samp
|
@table @samp
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue