]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo in doc/lispref/display.texi.
authorZajcev Evgeny <zevlg@yandex.ru>
Wed, 26 Jan 2022 13:29:13 +0000 (16:29 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 27 Jan 2022 10:56:30 +0000 (12:56 +0200)
doc/lispref/display.texi

index 9020b98a1ebb113dccfa0336ca382c2ffff154a8..3ce93200a5c0930e9c1c1b24c4b29ebf48c756b7 100644 (file)
@@ -5229,7 +5229,7 @@ is partitioned using the identity of the parameter, which is why the
 parameter is a list with one element.  For instance:
 
 @lisp
-(insert (propertize "foo" '(display (min-width (6.0)))))
+(insert (propertize "foo" 'display '(min-width (6.0))))
 @end lisp
 
 This will add padding after @samp{foo} bringing the total width up to