From 78f885f3702704300531f71dc3bc3f6613d0ce72 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 1 Jun 2021 07:57:09 +0200 Subject: [PATCH] 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 88f2f14c092..02064e7a374 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 -- 2.39.2