aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/syntax.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/lispref/syntax.texi b/lispref/syntax.texi
index 438c1815fe4..7aa78aebf01 100644
--- a/lispref/syntax.texi
+++ b/lispref/syntax.texi
@@ -1,6 +1,6 @@
1@c -*-texinfo-*- 1@c -*-texinfo-*-
2@c This is part of the GNU Emacs Lisp Reference Manual. 2@c This is part of the GNU Emacs Lisp Reference Manual.
3@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2004 3@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2004, 2005
4@c Free Software Foundation, Inc. 4@c Free Software Foundation, Inc.
5@c See the file elisp.texi for copying conditions. 5@c See the file elisp.texi for copying conditions.
6@setfilename ../info/syntax 6@setfilename ../info/syntax
@@ -943,6 +943,10 @@ after position @var{pos}, taking account of syntax properties as well
943as the syntax table. 943as the syntax table.
944@end defun 944@end defun
945 945
946@defun syntax-class syntax
947This function returns the syntax class of a syntax code.
948@end defun
949
946@node Categories 950@node Categories
947@section Categories 951@section Categories
948@cindex categories of characters 952@cindex categories of characters