/[emacs]/emacs/lispref/modes.texi
ViewVC logotype

Diff of /emacs/lispref/modes.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.71 by monnier, Thu Oct 30 22:15:20 2003 UTC revision 1.72 by eliz, Sun Nov 2 06:29:58 2003 UTC
# Line 423  correspondingly more complicated.  Here Line 423  correspondingly more complicated.  Here
423  @group  @group
424        ;; @r{Set syntax of chars up to 0 to class of chars that are}        ;; @r{Set syntax of chars up to 0 to class of chars that are}
425        ;;   @r{part of symbol names but not words.}        ;;   @r{part of symbol names but not words.}
426        ;;   @r{(The number 0 is @code{48} in the @sc{ascii} character set.)}        ;;   @r{(The number 0 is @code{48} in the @acronym{ASCII} character set.)}
427        (while (< i ?0)        (while (< i ?0)
428          (modify-syntax-entry i "_   " emacs-lisp-mode-syntax-table)          (modify-syntax-entry i "_   " emacs-lisp-mode-syntax-table)
429          (setq i (1+ i)))          (setq i (1+ i)))

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26