X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=man%2Flispref%2Fmodes.texi;h=332a96006c6cfe468439a8a4b29972949553930f;hp=0a05e5f450c68160fd45fb6615d4bb40dddac0aa;hb=afa9772e3fcbb4e80e3e4cfd1a40b4fccc6d08b8;hpb=7de03d6d03b52f49036eed2b6bb488112dc6ab05 diff --git a/man/lispref/modes.texi b/man/lispref/modes.texi index 0a05e5f..332a960 100644 --- a/man/lispref/modes.texi +++ b/man/lispref/modes.texi @@ -330,7 +330,7 @@ correspondingly more complicated. Here are excerpts from @group ;; @r{Set syntax of chars up to 0 to class of chars that are} ;; @r{part of symbol names but not words.} - ;; @r{(The number 0 is @code{48} in the @sc{ASCII} character set.)} + ;; @r{(The number 0 is @code{48} in the @sc{ascii} character set.)} (while (< i ?0) (modify-syntax-entry i "_ " emacs-lisp-mode-syntax-table) (setq i (1+ i)))