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 [EMAIL PROTECTED], 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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to