From: Dave Love Date: Sun, 21 May 2000 11:42:50 +0000 (+0000) Subject: fix @sc use X-Git-Tag: emacs-pretest-21.0.90~3841 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8bdd519994fc97729069205ee193710fc902f58;p=emacs.git fix @sc use --- 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. @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