From: Lars Ingebrigtsen Date: Mon, 22 Feb 2016 04:20:14 +0000 (+1100) Subject: Clean up forgotten text in manual X-Git-Tag: emacs-26.0.90~2518 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6bdd366db88a11de3ca1eab38e5091f84fad9806;p=emacs.git Clean up forgotten text in manual * doc/lispref/display.texi (Defining Images): Remove example forgotten when making previous change. --- 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 remove the property from the image. @end defun -@lisp -(image-set-property image :height 300) -@end lisp -@end defun - @defun find-image specs This function provides a convenient way to find an image satisfying one of a list of image specifications @var{specs}.