diff options
| author | Stefan Monnier | 2005-04-20 16:08:47 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-04-20 16:08:47 +0000 |
| commit | 137a5ef2ec5bcd744ff75adbfd7c741241ab188d (patch) | |
| tree | e1a38567ac821885b7f18122ea02db23769dfdb7 | |
| parent | fc9d21fc78b5fd6f8331a300ab30154c325d28df (diff) | |
| download | emacs-137a5ef2ec5bcd744ff75adbfd7c741241ab188d.tar.gz emacs-137a5ef2ec5bcd744ff75adbfd7c741241ab188d.zip | |
*** empty log message ***
| -rw-r--r-- | lispref/syntax.texi | 6 |
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 | |||
| 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 |