]> git.eshelyaron.com Git - emacs.git/commitdiff
fix @sc use
authorDave Love <fx@gnu.org>
Sun, 21 May 2000 11:42:50 +0000 (11:42 +0000)
committerDave Love <fx@gnu.org>
Sun, 21 May 2000 11:42:50 +0000 (11:42 +0000)
lispref/syntax.texi

index 6c3cf6d6a740229ffaf0157c0e9ba83ff4681430..eb0591b855cec72160e8e82b672243904bc05327 100644 (file)
@@ -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