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: Wed, 08 Dec 2004 18:58:30 -0500

Index: emacs/lispref/syntax.texi
diff -c emacs/lispref/syntax.texi:1.24.4.7 emacs/lispref/syntax.texi:1.24.4.8
*** emacs/lispref/syntax.texi:1.24.4.7  Fri Nov 12 04:21:19 2004
--- emacs/lispref/syntax.texi   Wed Dec  8 23:36:15 2004
***************
*** 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   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/syntax
--- 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, 2004
  @c   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/syntax
***************
*** 505,516 ****
  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
--- 505,510 ----




reply via email to

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