Mercurial > emacs
changeset 55738:69dcc9afcf6f
(Syntax Class Table): Word syntax not just for English.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 22 May 2004 22:08:36 +0000 |
parents | 2ac351855ad7 |
children | cf63ed17e21c |
files | lispref/syntax.texi |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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}