comparison lispref/syntax.texi @ 83133:50b9a96c837c

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-330 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-331 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-332 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-333 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-334 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-335 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-336 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-337 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-338 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-173
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 23 May 2004 05:08:13 +0000
parents 69dcc9afcf6f
children 54677602f810 4c90ffeb71c5
comparison
equal deleted inserted replaced
83132:f982df4459a4 83133:50b9a96c837c
133 newline and formfeed are classified as whitespace in almost all major 133 newline and formfeed are classified as whitespace in almost all major
134 modes. 134 modes.
135 @end deffn 135 @end deffn
136 136
137 @deffn {Syntax class} @w{word constituent} 137 @deffn {Syntax class} @w{word constituent}
138 @dfn{Word constituents} (designated by @samp{w}) are parts of normal 138 @dfn{Word constituents} (designated by @samp{w}) are parts of words in
139 English words and are typically used in variable and command names in 139 human languages, and are typically used in variable and command names
140 programs. All upper- and lower-case letters, and the digits, are typically 140 in programs. All upper- and lower-case letters, and the digits, are
141 word constituents. 141 typically word constituents.
142 @end deffn 142 @end deffn
143 143
144 @deffn {Syntax class} @w{symbol constituent} 144 @deffn {Syntax class} @w{symbol constituent}
145 @dfn{Symbol constituents} (designated by @samp{_}) are the extra 145 @dfn{Symbol constituents} (designated by @samp{_}) are the extra
146 characters that are used in variable and command names along with word 146 characters that are used in variable and command names along with word