diff options
| -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.) | |||
| 761 | @cindex skipping comments | 761 | @cindex skipping comments |
| 762 | If the value is non-@code{nil}, then comments are treated as | 762 | If the value is non-@code{nil}, then comments are treated as |
| 763 | whitespace by the functions in this section and by @code{forward-sexp}. | 763 | whitespace by the functions in this section and by @code{forward-sexp}. |
| 764 | |||
| 765 | In older Emacs versions, this feature worked only when the comment | ||
| 766 | terminator is something like @samp{*/}, and appears only to end a | ||
| 767 | comment. In languages where newlines terminate comments, it was | ||
| 768 | necessary make this variable @code{nil}, since not every newline is the | ||
| 769 | end 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 |