]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/syntax.texi (Syntax Class Table): Clarify `@`
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 4 Jan 2021 01:14:16 +0000 (20:14 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 4 Jan 2021 01:14:16 +0000 (20:14 -0500)
doc/lispref/syntax.texi

index b4bd48771f0f161dded5338a112ec2b19befe344..d27053a1799b43caa3f8ad6e23138f434126e1b2 100644 (file)
@@ -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{!}