diff options
| author | Stefan Monnier | 2021-01-03 20:14:16 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2021-01-03 20:14:16 -0500 |
| commit | 5282e1378e24fc824eccdcfc4e9d3cad0ddef6c2 (patch) | |
| tree | 9c2481c136ac71caa2761914c7db8ce51f3a1cc6 | |
| parent | 20ad0cc03b73f6576ece195bb16878415c313d45 (diff) | |
| download | emacs-5282e1378e24fc824eccdcfc4e9d3cad0ddef6c2.tar.gz emacs-5282e1378e24fc824eccdcfc4e9d3cad0ddef6c2.zip | |
* doc/lispref/syntax.texi (Syntax Class Table): Clarify `@`
| -rw-r--r-- | doc/lispref/syntax.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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. | |||
| 252 | 252 | ||
| 253 | @item Inherit standard syntax: @samp{@@} | 253 | @item Inherit standard syntax: @samp{@@} |
| 254 | This syntax class does not specify a particular syntax. It says to | 254 | This syntax class does not specify a particular syntax. It says to |
| 255 | look in the standard syntax table to find the syntax of this | 255 | look in the parent syntax table to find the syntax of this |
| 256 | character. | 256 | character. |
| 257 | 257 | ||
| 258 | @item Generic comment delimiters: @samp{!} | 258 | @item Generic comment delimiters: @samp{!} |