diff options
| author | Richard M. Stallman | 2000-02-24 11:44:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2000-02-24 11:44:43 +0000 |
| commit | 3357a32f3ed3a18c30a9181c51e95699ee2a8089 (patch) | |
| tree | 300c63faf593e4862cf98eb276848af898a54230 | |
| parent | 275cf1b274d1a736d69fc9f16f08dfdb49e67935 (diff) | |
| download | emacs-3357a32f3ed3a18c30a9181c51e95699ee2a8089.tar.gz emacs-3357a32f3ed3a18c30a9181c51e95699ee2a8089.zip | |
*** empty log message ***
| -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 | |||
| 721 | before count is used up, @code{nil} is returned. | 721 | before 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 | ||
| 726 | If this variable is non-@code{nil}, @code{scan-sexps} treats all | ||
| 727 | non-@sc{ASCII} characters as symbol constituents regardless | ||
| 728 | of what the syntax table says about them. (However, text properties | ||
| 729 | can 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 |
| 726 | If the value is non-@code{nil}, then comments are treated as | 734 | If the value is non-@code{nil}, then comments are treated as |