From: Stefan Monnier Date: Wed, 20 Apr 2005 16:08:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~860 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=137a5ef2ec5bcd744ff75adbfd7c741241ab188d;p=emacs.git *** empty log message *** --- 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 @@ @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 @@ after position @var{pos}, taking account of syntax properties as well 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