diff options
author | Richard M. Stallman <rms@gnu.org> | 2000-02-24 11:44:43 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2000-02-24 11:44:43 +0000 |
commit | 3357a32f3ed3a18c30a9181c51e95699ee2a8089 (patch) | |
tree | 300c63faf593e4862cf98eb276848af898a54230 /lispref/syntax.texi | |
parent | 275cf1b274d1a736d69fc9f16f08dfdb49e67935 (diff) | |
download | emacs-3357a32f3ed3a18c30a9181c51e95699ee2a8089.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/syntax.texi')
-rw-r--r-- | lispref/syntax.texi | 8 |
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 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 |