aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/syntax.texi3
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
875If the value is non-@code{nil}, then comments are treated as 875If the value is non-@code{nil}, then comments are treated as
876whitespace by the functions in this section and by @code{forward-sexp}. 876whitespace 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