Mercurial > emacs
changeset 29049:bc81a1597206
fix @sc use
author | Dave Love <fx@gnu.org> |
---|---|
date | Sun, 21 May 2000 11:42:50 +0000 |
parents | 6acf33a97675 |
children | e3cbe0ccf8c9 |
files | lispref/syntax.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/syntax.texi Sun May 21 11:07:47 2000 +0000 +++ b/lispref/syntax.texi Sun May 21 11:42:50 2000 +0000 @@ -724,7 +724,7 @@ @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 +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