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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lispref/syntax.texi
Date: Tue, 04 Feb 2003 09:48:11 -0500

Index: emacs/lispref/syntax.texi
diff -c emacs/lispref/syntax.texi:1.25 emacs/lispref/syntax.texi:1.26
*** emacs/lispref/syntax.texi:1.25      Fri Jun 21 06:01:58 2002
--- emacs/lispref/syntax.texi   Tue Feb  4 09:47:54 2003
***************
*** 1,7 ****
  @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
  @node Syntax Tables, Abbrevs, Searching and Matching, Top
--- 1,7 ----
  @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
  @node Syntax Tables, Abbrevs, Searching and Matching, Top
***************
*** 664,699 ****
  the parse:
  
  @enumerate 0
! @item 
  The depth in parentheses, counting from 0.
  
! @item 
  @cindex innermost containing parentheses
  The character position of the start of the innermost parenthetical
  grouping containing the stopping point; @code{nil} if none.
  
! @item 
  @cindex previous complete subexpression
  The character position of the start of the last complete subexpression
  terminated; @code{nil} if none.
  
! @item 
  @cindex inside string
  address@hidden if inside a string.  More precisely, this is the
  character that will terminate the string, or @code{t} if a generic
  string delimiter character should terminate it.
  
! @item 
  @cindex inside comment
  @code{t} if inside a comment (of either style),
  or the comment nesting level if inside a kind of comment
  that can be nested.
  
! @item 
  @cindex quote character
  @code{t} if point is just after a quote character.
  
! @item 
  The minimum parenthesis depth encountered during this scan.
  
  @item
--- 664,699 ----
  the parse:
  
  @enumerate 0
! @item
  The depth in parentheses, counting from 0.
  
! @item
  @cindex innermost containing parentheses
  The character position of the start of the innermost parenthetical
  grouping containing the stopping point; @code{nil} if none.
  
! @item
  @cindex previous complete subexpression
  The character position of the start of the last complete subexpression
  terminated; @code{nil} if none.
  
! @item
  @cindex inside string
  address@hidden if inside a string.  More precisely, this is the
  character that will terminate the string, or @code{t} if a generic
  string delimiter character should terminate it.
  
! @item
  @cindex inside comment
  @code{t} if inside a comment (of either style),
  or the comment nesting level if inside a kind of comment
  that can be nested.
  
! @item
  @cindex quote character
  @code{t} if point is just after a quote character.
  
! @item
  The minimum parenthesis depth encountered during this scan.
  
  @item




reply via email to

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