/[emacs]/emacs/lispref/syntax.texi
ViewVC logotype

Diff of /emacs/lispref/syntax.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24.4.6 by miles, Tue Jul 6 09:23:50 2004 UTC revision 1.24.4.7 by miles, Fri Nov 12 04:21:19 2004 UTC
# Line 501  We use @code{string} to make it easier t Line 501  We use @code{string} to make it easier t
501  @code{char-syntax}.  @code{char-syntax}.
502  @end defun  @end defun
503    
504    @defun syntax-after pos
505    This function returns a description of the syntax of the character in
506    the buffer after position @var{pos}, taking account of syntax
507    properties as well as the syntax table.
508    
509    The value is usually a syntax class character; however, if the buffer
510    character has parenthesis syntax, the value is a cons cell of the form
511    @code{(@var{class} . @var{match})}, where @var{class} is the syntax
512    class character and @var{match} is the buffer character's matching
513    parenthesis.
514    @end defun
515    
516  @defun set-syntax-table table  @defun set-syntax-table table
517  This function makes @var{table} the syntax table for the current buffer.  This function makes @var{table} the syntax table for the current buffer.
518  It returns @var{table}.  It returns @var{table}.

Legend:
Removed from v.1.24.4.6  
changed lines
  Added in v.1.24.4.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26