mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 05:30:45 -08:00
(Parsing Expressions): Delete old caveat about parse-sexp-ignore-comments.
This commit is contained in:
parent
0fa0135a64
commit
fd697a7657
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue