From 3357a32f3ed3a18c30a9181c51e95699ee2a8089 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 24 Feb 2000 11:44:43 +0000 Subject: [PATCH] *** empty log message *** --- lispref/syntax.texi | 8 ++++++++ 1 file changed, 8 insertions(+) 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 before count is used up, @code{nil} is returned. @end defun +@defvar multibyte-syntax-as-symbol +@tindex multibyte-syntax-as-symbol +If this variable is non-@code{nil}, @code{scan-sexps} treats all +non-@sc{ASCII} characters as symbol constituents regardless +of what the syntax table says about them. (However, text properties +can still override the syntax.) +@end defvar + @defvar parse-sexp-ignore-comments @cindex skipping comments If the value is non-@code{nil}, then comments are treated as -- 2.39.5