]> git.eshelyaron.com Git - emacs.git/commitdiff
(Syntax Class Table): Word syntax not just for English.
authorRichard M. Stallman <rms@gnu.org>
Sat, 22 May 2004 22:08:36 +0000 (22:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 22 May 2004 22:08:36 +0000 (22:08 +0000)
lispref/syntax.texi

index 2628b42812e81086713c84244606b84eb6c3046c..8c95e78d00cedd7703e6d2b50a349496f4940e59 100644 (file)
@@ -135,10 +135,10 @@ modes.
 @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}