diff options
| author | Richard M. Stallman | 1995-03-27 21:17:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-03-27 21:17:25 +0000 |
| commit | e30ab160b0cc7e4f4715ca0c4d421a0306024528 (patch) | |
| tree | 52f97f829260e420a509d9502992825592467e63 | |
| parent | 9d36d0714bd61e252483acaa5f80501838a50175 (diff) | |
| download | emacs-e30ab160b0cc7e4f4715ca0c4d421a0306024528.tar.gz emacs-e30ab160b0cc7e4f4715ca0c4d421a0306024528.zip | |
Fix usage note for character quote syntax class.
| -rw-r--r-- | lispref/syntax.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/syntax.texi b/lispref/syntax.texi index 1e0e314debc..f621e0c0ddf 100644 --- a/lispref/syntax.texi +++ b/lispref/syntax.texi | |||
| @@ -220,7 +220,7 @@ following is ever affected. | |||
| 220 | Characters in this class count as part of words if | 220 | Characters in this class count as part of words if |
| 221 | @code{words-include-escapes} is non-@code{nil}. @xref{Word Motion}. | 221 | @code{words-include-escapes} is non-@code{nil}. @xref{Word Motion}. |
| 222 | 222 | ||
| 223 | This class is not currently used in any standard Emacs modes. | 223 | This class is used for backslash in @TeX{} mode. |
| 224 | @end deffn | 224 | @end deffn |
| 225 | 225 | ||
| 226 | @deffn {Syntax class} @w{paired delimiter} | 226 | @deffn {Syntax class} @w{paired delimiter} |