emacs-diffs
[Top][All Lists]
Advanced

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

master 78f885f: Fix documentation of literal `face' syntax in font-lock


From: Lars Ingebrigtsen
Subject: master 78f885f: Fix documentation of literal `face' syntax in font-lock section
Date: Tue, 1 Jun 2021 02:29:20 -0400 (EDT)

branch: master
commit 78f885f3702704300531f71dc3bc3f6613d0ce72
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix documentation of literal `face' syntax in font-lock section
    
    * doc/lispref/modes.texi (Search-based Fontification): Fix
    the literal `(0 (face ...))' syntax documentation (bug#13917).
---
 doc/lispref/modes.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index 88f2f14..02064e7 100644
--- a/doc/lispref/modes.texi
+++ b/doc/lispref/modes.texi
@@ -3004,7 +3004,8 @@ name.
 However, @var{facespec} can also evaluate to a list of this form:
 
 @example
-(face @var{face} @var{prop1} @var{val1} @var{prop2} @var{val2}@dots{})
+(@var{subexp}
+(face @var{face} @var{prop1} @var{val1} @var{prop2} @var{val2}@dots{}))
 @end example
 
 @noindent



reply via email to

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