Mercurial > hg > xemacs-beta
comparison man/lispref/strings.texi @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 54f7aa390f4f |
children | 7d59cb494b73 |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
965 word is converted to upper case, and the rest are converted to lower | 965 word is converted to upper case, and the rest are converted to lower |
966 case. | 966 case. |
967 | 967 |
968 The definition of a word is any sequence of consecutive characters that | 968 The definition of a word is any sequence of consecutive characters that |
969 are assigned to the word constituent syntax class in the current syntax | 969 are assigned to the word constituent syntax class in the current syntax |
970 table (@pxref{Syntax Class Table}). | 970 table (@xref{Syntax Class Table}). |
971 | 971 |
972 When the argument to @code{capitalize} is a character, @code{capitalize} | 972 When the argument to @code{capitalize} is a character, @code{capitalize} |
973 has the same result as @code{upcase}. | 973 has the same result as @code{upcase}. |
974 | 974 |
975 @example | 975 @example |