diff options
| author | Dave Love | 2000-05-21 11:42:50 +0000 |
|---|---|---|
| committer | Dave Love | 2000-05-21 11:42:50 +0000 |
| commit | f8bdd519994fc97729069205ee193710fc902f58 (patch) | |
| tree | b7e8f1f5f874559134bf1832286e88795eb341a2 | |
| parent | 5bf244f1c628f7b339a3399872a15957dc3b0e5d (diff) | |
| download | emacs-f8bdd519994fc97729069205ee193710fc902f58.tar.gz emacs-f8bdd519994fc97729069205ee193710fc902f58.zip | |
fix @sc use
| -rw-r--r-- | lispref/syntax.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/syntax.texi b/lispref/syntax.texi index 6c3cf6d6a74..eb0591b855c 100644 --- a/lispref/syntax.texi +++ b/lispref/syntax.texi | |||
| @@ -724,7 +724,7 @@ before count is used up, @code{nil} is returned. | |||
| 724 | @defvar multibyte-syntax-as-symbol | 724 | @defvar multibyte-syntax-as-symbol |
| 725 | @tindex multibyte-syntax-as-symbol | 725 | @tindex multibyte-syntax-as-symbol |
| 726 | If this variable is non-@code{nil}, @code{scan-sexps} treats all | 726 | If this variable is non-@code{nil}, @code{scan-sexps} treats all |
| 727 | non-@sc{ASCII} characters as symbol constituents regardless | 727 | non-@sc{ascii} characters as symbol constituents regardless |
| 728 | of what the syntax table says about them. (However, text properties | 728 | of what the syntax table says about them. (However, text properties |
| 729 | can still override the syntax.) | 729 | can still override the syntax.) |
| 730 | @end defvar | 730 | @end defvar |