diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-11-22 13:17:56 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-11-22 13:17:56 +0000 |
commit | 19cfd746264705ad96e2c7e31f133128abfbd494 (patch) | |
tree | d1e9b1315e1e5107de01f0963357b4173384c6da /lispref/syntax.texi | |
parent | 77c99c7ff5d678d7eb2026b85a988e0a2737bdbf (diff) | |
download | emacs-19cfd746264705ad96e2c7e31f133128abfbd494.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/syntax.texi')
-rw-r--r-- | lispref/syntax.texi | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lispref/syntax.texi b/lispref/syntax.texi index 57b0590d239..1dc1a2587e5 100644 --- a/lispref/syntax.texi +++ b/lispref/syntax.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999 +@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2004 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/syntax @@ -505,12 +505,6 @@ We use @code{string} to make it easier to see the character returned by 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 |