Fix Display Property manual example

* doc/lispref/display.texi (Display Property): Fix syntax of
example (bug#55736).

Copyright-paperwork-exempt: yes
This commit is contained in:
Ikumi Keita 2022-05-31 13:19:48 +02:00 committed by Lars Ingebrigtsen
parent 1b7b69e764
commit edb48646f2

View file

@ -4869,7 +4869,7 @@ which are evaluated at display time. This could be unsafe in certain
situations, e.g., when the display specification was generated by some situations, e.g., when the display specification was generated by some
external program/agent. Wrapping a display specification in a list external program/agent. Wrapping a display specification in a list
that begins with the special symbol @code{disable-eval}, as in that begins with the special symbol @code{disable-eval}, as in
@w{@code{('disable-eval @var{spec})}}, will disable evaluation of any @w{@code{(disable-eval @var{spec})}}, will disable evaluation of any
Lisp in @var{spec}, while still supporting all the other display Lisp in @var{spec}, while still supporting all the other display
property features. property features.