]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix Display Property manual example
authorIkumi Keita <ikumi@ikumi.que.jp>
Tue, 31 May 2022 11:19:48 +0000 (13:19 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 31 May 2022 11:20:00 +0000 (13:20 +0200)
* doc/lispref/display.texi (Display Property): Fix syntax of
example (bug#55736).

Copyright-paperwork-exempt: yes

doc/lispref/display.texi

index 61aca5b88a6742d737b966b1a455d02e1cc9b178..1147ba112a64cbb7bdc423194f63ad7a0e759080 100644 (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
 external program/agent.  Wrapping a display specification in a list
 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
 property features.