aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-02-17 01:11:13 +0000
committerRichard M. Stallman2004-02-17 01:11:13 +0000
commitfd697a76577f44a90824eb67dc4f3aefa1713891 (patch)
tree5952573e6a1f2564026485ca17491e32a532ccfb
parent0fa0135a64795d4742aec56ca38e8b0818be00e8 (diff)
downloademacs-fd697a76577f44a90824eb67dc4f3aefa1713891.tar.gz
emacs-fd697a76577f44a90824eb67dc4f3aefa1713891.zip
(Parsing Expressions): Delete old caveat about parse-sexp-ignore-comments.
-rw-r--r--lispref/syntax.texi6
1 files changed, 0 insertions, 6 deletions
diff --git a/lispref/syntax.texi b/lispref/syntax.texi
index a2153cee4f8..b2955400c8f 100644
--- a/lispref/syntax.texi
+++ b/lispref/syntax.texi
@@ -761,12 +761,6 @@ can still override the syntax.)
761@cindex skipping comments 761@cindex skipping comments
762If the value is non-@code{nil}, then comments are treated as 762If the value is non-@code{nil}, then comments are treated as
763whitespace by the functions in this section and by @code{forward-sexp}. 763whitespace by the functions in this section and by @code{forward-sexp}.
764
765In older Emacs versions, this feature worked only when the comment
766terminator is something like @samp{*/}, and appears only to end a
767comment. In languages where newlines terminate comments, it was
768necessary make this variable @code{nil}, since not every newline is the
769end of a comment. This limitation no longer exists.
770@end defvar 764@end defvar
771 765
772@vindex parse-sexp-lookup-properties 766@vindex parse-sexp-lookup-properties