unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] Fix typo in display.texi
@ 2022-01-26 13:33 Evgeny Zajcev
  2022-01-27 10:56 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Evgeny Zajcev @ 2022-01-26 13:33 UTC (permalink / raw)
  To: emacs-devel


[-- Attachment #1.1: Type: text/plain, Size: 53 bytes --]

Fixes incorrect use of `propertize' function

-- 
lg

[-- Attachment #1.2: Type: text/html, Size: 188 bytes --]

[-- Attachment #2: 0001-Fix-typo-in-doc-lispref-display.texi.patch --]
[-- Type: text/x-patch, Size: 766 bytes --]

From bfc3d425413e2c324dda760b4ab3777607772fba 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 9020b98a1e..3ce93200a5 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -5229,7 +5229,7 @@ Other Display Specs
 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.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix typo in display.texi
  2022-01-26 13:33 [PATCH] Fix typo in display.texi Evgeny Zajcev
@ 2022-01-27 10:56 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2022-01-27 10:56 UTC (permalink / raw)
  To: Evgeny Zajcev; +Cc: emacs-devel

> From: Evgeny Zajcev <lg.zevlg@gmail.com>
> Date: Wed, 26 Jan 2022 16:33:12 +0300
> 
> Fixes incorrect use of `propertize' function

Thanks, installed.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-27 10:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-26 13:33 [PATCH] Fix typo in display.texi Evgeny Zajcev
2022-01-27 10:56 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).