From: Zajcev Evgeny Date: Wed, 26 Jan 2022 13:29:13 +0000 (+0300) Subject: ; Fix typo in doc/lispref/display.texi. X-Git-Tag: emacs-29.0.90~2715 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9d34946e53afb928c1885df8fcb48d2618853708;p=emacs.git ; Fix typo in doc/lispref/display.texi. --- diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 9020b98a1eb..3ce93200a5c 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -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