From: Stefan Monnier Date: Mon, 4 Jan 2021 01:14:16 +0000 (-0500) Subject: * doc/lispref/syntax.texi (Syntax Class Table): Clarify `@` X-Git-Tag: emacs-28.0.90~4408 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5282e1378e24fc824eccdcfc4e9d3cad0ddef6c2;p=emacs.git * doc/lispref/syntax.texi (Syntax Class Table): Clarify `@` --- diff --git a/doc/lispref/syntax.texi b/doc/lispref/syntax.texi index b4bd48771f0..d27053a1799 100644 --- a/doc/lispref/syntax.texi +++ b/doc/lispref/syntax.texi @@ -252,7 +252,7 @@ comment and a newline or formfeed ends one. @item Inherit standard syntax: @samp{@@} This syntax class does not specify a particular syntax. It says to -look in the standard syntax table to find the syntax of this +look in the parent syntax table to find the syntax of this character. @item Generic comment delimiters: @samp{!}