Mercurial > hg > xemacs-beta
comparison man/lispref/strings.texi @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3ecd8885ac67 |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
16 buffers, and for many other purposes. Because strings are so important, | 16 buffers, and for many other purposes. Because strings are so important, |
17 XEmacs Lisp has many functions expressly for manipulating them. XEmacs | 17 XEmacs Lisp has many functions expressly for manipulating them. XEmacs |
18 Lisp programs use strings more often than individual characters. | 18 Lisp programs use strings more often than individual characters. |
19 | 19 |
20 @menu | 20 @menu |
21 * Basics: String Basics. Basic properties of strings and characters. | 21 * String Basics:: Basic properties of strings and characters. |
22 * Predicates for Strings:: Testing whether an object is a string or char. | 22 * Predicates for Strings:: Testing whether an object is a string or char. |
23 * Creating Strings:: Functions to allocate new strings. | 23 * Creating Strings:: Functions to allocate new strings. |
24 * Predicates for Characters:: Testing whether an object is a character. | 24 * Predicates for Characters:: Testing whether an object is a character. |
25 * Character Codes:: Each character has an equivalent integer. | 25 * Character Codes:: Each character has an equivalent integer. |
26 * Text Comparison:: Comparing characters or strings. | 26 * Text Comparison:: Comparing characters or strings. |