From: Stefan Monnier Date: Mon, 22 Nov 2004 13:17:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~3754 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=19cfd746264705ad96e2c7e31f133128abfbd494;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 1fca6574057..c1f0fc1ba0c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2360,9 +2360,6 @@ NOMODIFY. If it is non-nil, it means don't mark the buffer modified. ** The new function syntax-after returns the syntax code of the character after a specified buffer position, taking account of text properties as well as the character code. -It returns the value compatibly with char-syntax, except -that the value can be a list (SYNTAX . MATCHER) which says -what the matching character is. +++ ** The new primitive `get-internal-run-time' returns the processor 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