From ca50933adc67c87d434919a3bf06668051c81c82 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 22 May 2004 22:08:36 +0000 Subject: [PATCH] (Syntax Class Table): Word syntax not just for English. --- lispref/syntax.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lispref/syntax.texi b/lispref/syntax.texi index 2628b42812e..8c95e78d00c 100644 --- a/lispref/syntax.texi +++ b/lispref/syntax.texi @@ -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} -- 2.39.5