diff options
Diffstat (limited to 'lispref/syntax.texi')
-rw-r--r-- | lispref/syntax.texi | 8 |
1 files 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} |