emacs-diffs
[Top][All Lists]
Advanced

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

master b076aa72390: ; * doc/lispref/display.texi (Low-Level Font): Fix l


From: Eli Zaretskii
Subject: master b076aa72390: ; * doc/lispref/display.texi (Low-Level Font): Fix last change.
Date: Fri, 8 Sep 2023 08:06:34 -0400 (EDT)

branch: master
commit b076aa723909f63f24b818a5d2988c3c5c0de4a8
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * doc/lispref/display.texi (Low-Level Font): Fix last change.
---
 doc/lispref/display.texi | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 7cc68d4f07f..0b5ca9c0ee2 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -4262,10 +4262,12 @@ information about XLFDs.
 If the optional argument @var{fold-wildcards} is non-@code{nil},
 consecutive wildcards in the XLFD are folded into one.
 
-If the optional argument @var{long-xlfds} is @code{nil}, then
-@code{nil} is returned if the XLFD would otherwise exceed 255
+If the optional argument @var{long-xlfds} is omitted or @code{nil},
+then the function returns @code{nil} if the XLFD would exceed 255
 characters in length; this is for compatibility with the X protocol,
-which mandates that XLFDs be restricted to that length.
+which mandates that XLFDs are restricted to that length.  If
+@var{long-xlfds} is non-@code{nil}, this restriction is lifted, and
+the function can return XLFDs of any length.
 @end defun
 
 The following two functions return important information about a font.



reply via email to

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