# HG changeset patch # User Stefan Monnier # Date 1101129476 0 # Node ID 95449b431defe1954cf27b0bf55966b1e3b4dec7 # Parent 15fca0a00f5e2a5ea6938e5e0fa1626ff35722b9 *** empty log message *** diff -r 15fca0a00f5e -r 95449b431def etc/NEWS --- a/etc/NEWS Mon Nov 22 10:12:13 2004 +0000 +++ b/etc/NEWS Mon Nov 22 13:17:56 2004 +0000 @@ -2360,9 +2360,6 @@ ** 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 -r 15fca0a00f5e -r 95449b431def lispref/syntax.texi --- a/lispref/syntax.texi Mon Nov 22 10:12:13 2004 +0000 +++ b/lispref/syntax.texi Mon Nov 22 13:17:56 2004 +0000 @@ -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 @@ 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