diff options
| author | Ikumi Keita | 2022-05-31 13:19:48 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-05-31 13:20:00 +0200 |
| commit | edb48646f273735534796c09d1943a2fc61750e5 (patch) | |
| tree | adb0223fba0c00cff6185d318ebcfe5007f2c8ba | |
| parent | 1b7b69e764370288583aeeda38069a3c8f9ec912 (diff) | |
| download | emacs-edb48646f273735534796c09d1943a2fc61750e5.tar.gz emacs-edb48646f273735534796c09d1943a2fc61750e5.zip | |
Fix Display Property manual example
* doc/lispref/display.texi (Display Property): Fix syntax of
example (bug#55736).
Copyright-paperwork-exempt: yes
| -rw-r--r-- | doc/lispref/display.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 61aca5b88a6..1147ba112a6 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 | |||
| 4869 | situations, e.g., when the display specification was generated by some | 4869 | situations, e.g., when the display specification was generated by some |
| 4870 | external program/agent. Wrapping a display specification in a list | 4870 | external program/agent. Wrapping a display specification in a list |
| 4871 | that begins with the special symbol @code{disable-eval}, as in | 4871 | that begins with the special symbol @code{disable-eval}, as in |
| 4872 | @w{@code{('disable-eval @var{spec})}}, will disable evaluation of any | 4872 | @w{@code{(disable-eval @var{spec})}}, will disable evaluation of any |
| 4873 | Lisp in @var{spec}, while still supporting all the other display | 4873 | Lisp in @var{spec}, while still supporting all the other display |
| 4874 | property features. | 4874 | property features. |
| 4875 | 4875 | ||