diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-02-17 01:11:13 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-02-17 01:11:13 +0000 |
commit | fd697a76577f44a90824eb67dc4f3aefa1713891 (patch) | |
tree | 5952573e6a1f2564026485ca17491e32a532ccfb /lispref | |
parent | 0fa0135a64795d4742aec56ca38e8b0818be00e8 (diff) | |
download | emacs-fd697a76577f44a90824eb67dc4f3aefa1713891.tar.gz |
(Parsing Expressions): Delete old caveat about parse-sexp-ignore-comments.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/syntax.texi | 6 |
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.) @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 |