comparison 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
comparison
equal deleted inserted replaced
61703:9f16076b6f65 61704:0733fc416737
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
7 @node Syntax Tables, Abbrevs, Searching and Matching, Top 7 @node Syntax Tables, Abbrevs, Searching and Matching, Top
8 @chapter Syntax Tables 8 @chapter Syntax Tables
941 This function returns the syntax code of the character in the buffer 941 This function returns the syntax code of the character in the buffer
942 after position @var{pos}, taking account of syntax properties as well 942 after position @var{pos}, taking account of syntax properties as well
943 as the syntax table. 943 as the syntax table.
944 @end defun 944 @end defun
945 945
946 @defun syntax-class syntax
947 This 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
949 953
950 @dfn{Categories} provide an alternate way of classifying characters 954 @dfn{Categories} provide an alternate way of classifying characters