From: Richard M. Stallman Date: Thu, 24 Feb 2000 11:44:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~4906 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3357a32f3ed3a18c30a9181c51e95699ee2a8089;p=emacs.git *** empty log message *** --- 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