aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-03-04 18:25:58 +0000
committerRichard M. Stallman2007-03-04 18:25:58 +0000
commit161e88567dff63efc9ab3a5f9e164284cb2b7ad0 (patch)
treec4a45ec603c0798946417ee73ce0103f42e90bf4
parenta48320d900cf04b9db8bd2ba2b30b219a9600cbd (diff)
downloademacs-161e88567dff63efc9ab3a5f9e164284cb2b7ad0.tar.gz
emacs-161e88567dff63efc9ab3a5f9e164284cb2b7ad0.zip
(Control Parsing): Minor clarification.
-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