emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/syntax.texi [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/syntax.texi [lexbind]
Date: Thu, 11 Nov 2004 23:43:48 -0500

Index: emacs/lispref/syntax.texi
diff -c emacs/lispref/syntax.texi:1.24.4.6 emacs/lispref/syntax.texi:1.24.4.7
*** emacs/lispref/syntax.texi:1.24.4.6  Tue Jul  6 09:23:50 2004
--- emacs/lispref/syntax.texi   Fri Nov 12 04:21:19 2004
***************
*** 501,506 ****
--- 501,518 ----
  @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}.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]