# HG changeset patch # User Richard M. Stallman # Date 1085263716 0 # Node ID 69dcc9afcf6f2a02273c28f1ee97d576a41ff8f9 # Parent 2ac351855ad7bfef0e17f0209a3fa138f186328f (Syntax Class Table): Word syntax not just for English. diff -r 2ac351855ad7 -r 69dcc9afcf6f lispref/syntax.texi --- a/lispref/syntax.texi Sat May 22 22:07:39 2004 +0000 +++ b/lispref/syntax.texi Sat May 22 22:08:36 2004 +0000 @@ -135,10 +135,10 @@ @end deffn @deffn {Syntax class} @w{word constituent} -@dfn{Word constituents} (designated by @samp{w}) are parts of normal -English words and are typically used in variable and command names in -programs. All upper- and lower-case letters, and the digits, are typically -word constituents. +@dfn{Word constituents} (designated by @samp{w}) are parts of words in +human languages, and are typically used in variable and command names +in programs. All upper- and lower-case letters, and the digits, are +typically word constituents. @end deffn @deffn {Syntax class} @w{symbol constituent}