# HG changeset patch # User Dave Love # Date 958909370 0 # Node ID bc81a15972061916f2fb83e3030f951d3a96cb0d # Parent 6acf33a97675a54f477cc41ef61e54eef968dd9f fix @sc use diff -r 6acf33a97675 -r bc81a1597206 lispref/syntax.texi --- 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