diff lispref/syntax.texi @ 61704:0733fc416737

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 20 Apr 2005 16:08:47 +0000
parents 881cc84dd099
children 063380bc7803 e1fbb019c538
line wrap: on
line diff
--- a/lispref/syntax.texi	Wed Apr 20 16:06:39 2005 +0000
+++ b/lispref/syntax.texi	Wed Apr 20 16:08:47 2005 +0000
@@ -1,6 +1,6 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
-@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2004
+@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2004, 2005
 @c   Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
 @setfilename ../info/syntax
@@ -943,6 +943,10 @@
 as the syntax table.
 @end defun
 
+@defun syntax-class syntax
+This function returns the syntax class of a syntax code.
+@end defun
+
 @node Categories
 @section Categories
 @cindex categories of characters