Mercurial > emacs
changeset 52844:d16eccf42b43
(Parsing Expressions): Clean up forward-comment
and parse-sexp-lookup-properties.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 13 Oct 2003 19:28:44 +0000 |
parents | e05aaf8021c8 |
children | 1826a112381b |
files | lispref/syntax.texi |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/syntax.texi Mon Oct 13 19:27:50 2003 +0000 +++ b/lispref/syntax.texi Mon Oct 13 19:28:44 2003 +0000 @@ -771,7 +771,7 @@ @vindex parse-sexp-lookup-properties The behaviour of @code{parse-partial-sexp} is also affected by -@code{parse-sexp-lookup-properties} @xref{Syntax Properties}. +@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,8 +786,8 @@ 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}. +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