aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-03-27 21:17:25 +0000
committerRichard M. Stallman1995-03-27 21:17:25 +0000
commite30ab160b0cc7e4f4715ca0c4d421a0306024528 (patch)
tree52f97f829260e420a509d9502992825592467e63
parent9d36d0714bd61e252483acaa5f80501838a50175 (diff)
downloademacs-e30ab160b0cc7e4f4715ca0c4d421a0306024528.tar.gz
emacs-e30ab160b0cc7e4f4715ca0c4d421a0306024528.zip
Fix usage note for character quote syntax class.
-rw-r--r--lispref/syntax.texi2
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.
220Characters in this class count as part of words if 220Characters 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
223This class is not currently used in any standard Emacs modes. 223This 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}