emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 edb48646f2: Fix Display Property manual example


From: Lars Ingebrigtsen
Subject: emacs-28 edb48646f2: Fix Display Property manual example
Date: Tue, 31 May 2022 07:20:20 -0400 (EDT)

branch: emacs-28
commit edb48646f273735534796c09d1943a2fc61750e5
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix Display Property manual example
    
    * doc/lispref/display.texi (Display Property): Fix syntax of
    example (bug#55736).
    
    Copyright-paperwork-exempt: yes
---
 doc/lispref/display.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 61aca5b88a..1147ba112a 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]