aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2000-02-24 11:44:43 +0000
committerRichard M. Stallman2000-02-24 11:44:43 +0000
commit3357a32f3ed3a18c30a9181c51e95699ee2a8089 (patch)
tree300c63faf593e4862cf98eb276848af898a54230
parent275cf1b274d1a736d69fc9f16f08dfdb49e67935 (diff)
downloademacs-3357a32f3ed3a18c30a9181c51e95699ee2a8089.tar.gz
emacs-3357a32f3ed3a18c30a9181c51e95699ee2a8089.zip
*** empty log message ***
-rw-r--r--lispref/syntax.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/lispref/syntax.texi b/lispref/syntax.texi
index fb3d90984d3..6c3cf6d6a74 100644
--- a/lispref/syntax.texi
+++ b/lispref/syntax.texi
@@ -721,6 +721,14 @@ signaled. If it reaches the beginning or end between groupings but
721before count is used up, @code{nil} is returned. 721before count is used up, @code{nil} is returned.
722@end defun 722@end defun
723 723
724@defvar multibyte-syntax-as-symbol
725@tindex multibyte-syntax-as-symbol
726If this variable is non-@code{nil}, @code{scan-sexps} treats all
727non-@sc{ASCII} characters as symbol constituents regardless
728of what the syntax table says about them. (However, text properties
729can still override the syntax.)
730@end defvar
731
724@defvar parse-sexp-ignore-comments 732@defvar parse-sexp-ignore-comments
725@cindex skipping comments 733@cindex skipping comments
726If the value is non-@code{nil}, then comments are treated as 734If the value is non-@code{nil}, then comments are treated as