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: Mon, 13 Oct 2003 15:28:45 -0400

Index: emacs/lispref/syntax.texi
diff -c emacs/lispref/syntax.texi:1.29 emacs/lispref/syntax.texi:1.30
*** emacs/lispref/syntax.texi:1.29      Mon Oct  6 12:50:19 2003
--- emacs/lispref/syntax.texi   Mon Oct 13 15:28:44 2003
***************
*** 771,777 ****
  
  @vindex parse-sexp-lookup-properties
  The behaviour of @code{parse-partial-sexp} is also affected by
! @code{parse-sexp-lookup-properties} @xref{Syntax Properties}.
  
  You can use @code{forward-comment} to move forward or backward over
  one comment or several comments.
--- 771,777 ----
  
  @vindex parse-sexp-lookup-properties
  The behaviour of @code{parse-partial-sexp} is also affected by
! @code{parse-sexp-lookup-properties} (@pxref{Syntax Properties}).
  
  You can use @code{forward-comment} to move forward or backward over
  one comment or several comments.
***************
*** 786,793 ****
  of a comment when moving forward and expecting the beginning of one.
  The function also stops immediately after moving over the specified
  number of complete comments.  If @var{count} comments are found as
! expected, with nothing except whitespace between them, return
! @code{t}; otherwise return @code{nil}.
  
  This function cannot tell whether the ``comments'' it traverses are
  embedded within a string.  If they look like comments, it treats them
--- 786,793 ----
  of a comment when moving forward and expecting the beginning of one.
  The function also stops immediately after moving over the specified
  number of complete comments.  If @var{count} comments are found as
! expected, with nothing except whitespace between them, it returns
! @code{t}; otherwise it returns @code{nil}.
  
  This function cannot tell whether the ``comments'' it traverses are
  embedded within a string.  If they look like comments, it treats them




reply via email to

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