From 91c311a94cd18ca830d6328d0419a43a39c459a7 Mon Sep 17 00:00:00 2001 From: Richard M. Stallman Date: Mon, 8 Nov 2004 16:55:07 +0000 Subject: (Syntax Table Functions): Add syntax-after. --- lispref/syntax.texi | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lispref') diff --git a/lispref/syntax.texi b/lispref/syntax.texi index 8c95e78d00c..57b0590d239 100644 --- a/lispref/syntax.texi +++ b/lispref/syntax.texi @@ -501,6 +501,18 @@ We use @code{string} to make it easier to see the character returned by @code{char-syntax}. @end defun +@defun syntax-after pos +This function returns a description of the syntax of the character in +the buffer after position @var{pos}, taking account of syntax +properties as well as the syntax table. + +The value is usually a syntax class character; however, if the buffer +character has parenthesis syntax, the value is a cons cell of the form +@code{(@var{class} . @var{match})}, where @var{class} is the syntax +class character and @var{match} is the buffer character's matching +parenthesis. +@end defun + @defun set-syntax-table table This function makes @var{table} the syntax table for the current buffer. It returns @var{table}. -- cgit v1.2.1 From 1efc19ebfa52ff89bf07c2a8aebb92c4deef0a36 Mon Sep 17 00:00:00 2001 From: Richard M. Stallman Date: Mon, 8 Nov 2004 17:00:42 +0000 Subject: *** empty log message *** --- lispref/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lispref') diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 197c7217785..4491956f06f 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2004-11-08 Richard M. Stallman + + * syntax.texi (Syntax Table Functions): Add syntax-after. + 2004-11-06 Lars Brinkhoff * os.texi (Processor Run Time): New section documenting -- cgit v1.2.1