From e6c815ae0953136a01aef0d5321b9c78ffcfbdfb Mon Sep 17 00:00:00 2001 From: Alan Mackenzie Date: Tue, 27 Jan 2009 09:40:25 +0000 Subject: [PATCH] (Search-based Fontification): Correct a typo. --- doc/lispref/modes.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index fefd24e0f2a..ec8b2345046 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi @@ -2578,7 +2578,7 @@ which specifies how to highlight matches found by @var{matcher}. It has the form: @example -(@var{subexp} @var{facespec} [[@var{override} [@var{laxmatch}]]) +(@var{subexp} @var{facespec} [@var{override} [@var{laxmatch}]]) @end example The @sc{car}, @var{subexp}, is an integer specifying which subexpression -- 2.11.4.GIT