aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/display.texi5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index c49cca2f9f9..457a53cbe8b 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -5450,11 +5450,6 @@ set by using @code{setf}. Setting a property to @code{nil} will
5450remove the property from the image. 5450remove the property from the image.
5451@end defun 5451@end defun
5452 5452
5453@lisp
5454(image-set-property image :height 300)
5455@end lisp
5456@end defun
5457
5458@defun find-image specs 5453@defun find-image specs
5459This function provides a convenient way to find an image satisfying one 5454This function provides a convenient way to find an image satisfying one
5460of a list of image specifications @var{specs}. 5455of a list of image specifications @var{specs}.