aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-02-22 15:20:14 +1100
committerLars Ingebrigtsen2016-02-22 15:20:14 +1100
commit6bdd366db88a11de3ca1eab38e5091f84fad9806 (patch)
tree92cd3cf7f0bb41807a0e2453e8a6917d0184478f
parentf50074922e2f68c66f3db848495bc5f13f32ae22 (diff)
downloademacs-6bdd366db88a11de3ca1eab38e5091f84fad9806.tar.gz
emacs-6bdd366db88a11de3ca1eab38e5091f84fad9806.zip
Clean up forgotten text in manual
* doc/lispref/display.texi (Defining Images): Remove example forgotten when making previous change.
-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}.