]> git.eshelyaron.com Git - emacs.git/commitdiff
(Parsing Expressions): Delete old caveat about parse-sexp-ignore-comments.
authorRichard M. Stallman <rms@gnu.org>
Tue, 17 Feb 2004 01:11:13 +0000 (01:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 17 Feb 2004 01:11:13 +0000 (01:11 +0000)
lispref/syntax.texi

index a2153cee4f815db3380678909bcb58f86ca423d8..b2955400c8f7e79cbe1b7a1ff7e06675e8c21758 100644 (file)
@@ -761,12 +761,6 @@ can still override the syntax.)
 @cindex skipping comments
 If the value is non-@code{nil}, then comments are treated as
 whitespace by the functions in this section and by @code{forward-sexp}.
-
-In older Emacs versions, this feature worked only when the comment
-terminator is something like @samp{*/}, and appears only to end a
-comment.  In languages where newlines terminate comments, it was
-necessary make this variable @code{nil}, since not every newline is the
-end of a comment.  This limitation no longer exists.
 @end defvar
 
 @vindex parse-sexp-lookup-properties