diff options
| -rw-r--r-- | lispref/syntax.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/syntax.texi b/lispref/syntax.texi index 85dcb83bd50..47f09944880 100644 --- a/lispref/syntax.texi +++ b/lispref/syntax.texi | |||
| @@ -873,7 +873,8 @@ can still override the syntax.) | |||
| 873 | @defopt parse-sexp-ignore-comments | 873 | @defopt parse-sexp-ignore-comments |
| 874 | @cindex skipping comments | 874 | @cindex skipping comments |
| 875 | If the value is non-@code{nil}, then comments are treated as | 875 | If the value is non-@code{nil}, then comments are treated as |
| 876 | whitespace by the functions in this section and by @code{forward-sexp}. | 876 | whitespace by the functions in this section and by @code{forward-sexp}, |
| 877 | @code{scan-lists} and @code{scan-sexps}. | ||
| 877 | @end defopt | 878 | @end defopt |
| 878 | 879 | ||
| 879 | @vindex parse-sexp-lookup-properties | 880 | @vindex parse-sexp-lookup-properties |