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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/syntax.texi
Date: Fri, 17 Jun 2005 09:53:59 -0400

Index: emacs/lispref/syntax.texi
diff -c emacs/lispref/syntax.texi:1.43 emacs/lispref/syntax.texi:1.44
*** emacs/lispref/syntax.texi:1.43      Mon Jun 13 14:21:21 2005
--- emacs/lispref/syntax.texi   Fri Jun 17 13:53:58 2005
***************
*** 754,763 ****
  @end defun
  
  @defvar syntax-begin-function
! If this is non-nil, it should be a function that moves to an earlier
! buffer position where the parser state is equivalent to @code{nil},
! i.e., a position outside of any comment, string, or parenthesis.
! @code{syntax-ppss} uses it to supplement its cache.
  @end defvar
  
  @defun scan-lists from count depth
--- 754,764 ----
  @end defun
  
  @defvar syntax-begin-function
! If this is address@hidden, it should be a function that moves to an
! earlier buffer position where the parser state is equivalent to
! @code{nil}---in other words, a position outside of any comment,
! string, or parenthesis.  @code{syntax-ppss} uses it to supplement its
! cache.
  @end defvar
  
  @defun scan-lists from count depth




reply via email to

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