emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 9d34946e53 1/2: ; Fix typo in doc/lispref/display.texi.


From: Eli Zaretskii
Subject: master 9d34946e53 1/2: ; Fix typo in doc/lispref/display.texi.
Date: Thu, 27 Jan 2022 05:57:31 -0500 (EST)

branch: master
commit 9d34946e53afb928c1885df8fcb48d2618853708
Author: Zajcev Evgeny <zevlg@yandex.ru>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; 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 9020b98a1e..3ce93200a5 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]