From: Lars Ingebrigtsen Date: Tue, 1 Jun 2021 05:57:09 +0000 (+0200) Subject: Fix documentation of literal `face' syntax in font-lock section X-Git-Tag: emacs-28.0.90~2240 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=78f885f3702704300531f71dc3bc3f6613d0ce72;p=emacs.git 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). --- 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