From 9d34946e53afb928c1885df8fcb48d2618853708 Mon Sep 17 00:00:00 2001 From: Zajcev Evgeny <zevlg@yandex.ru> Date: Wed, 26 Jan 2022 16:29:13 +0300 Subject: [PATCH] ; Fix typo in doc/lispref/display.texi. --- doc/lispref/display.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5