Mercurial > hg > xemacs-beta
comparison man/lispref/text.texi @ 5128:7be849cb8828 ben-lisp-object
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sun, 07 Mar 2010 02:09:59 -0600 |
parents | 99f8ebc082d9 |
children | 9fae6227ede5 |
comparison
equal
deleted
inserted
replaced
5127:a9c41067dd88 | 5128:7be849cb8828 |
---|---|
2116 Note that FSF Emacs also looks at the @code{category} property to find | 2116 Note that FSF Emacs also looks at the @code{category} property to find |
2117 defaults for text properties. We consider this too bogus to implement. | 2117 defaults for text properties. We consider this too bogus to implement. |
2118 | 2118 |
2119 Copying text between strings and buffers preserves the properties | 2119 Copying text between strings and buffers preserves the properties |
2120 along with the characters; this includes such diverse functions as | 2120 along with the characters; this includes such diverse functions as |
2121 @code{substring}, @code{insert}, and @code{buffer-substring}. | 2121 @code{subseq}, @code{insert}, and @code{buffer-substring}. |
2122 | 2122 |
2123 @menu | 2123 @menu |
2124 * Examining Properties:: Looking at the properties of one character. | 2124 * Examining Properties:: Looking at the properties of one character. |
2125 * Changing Properties:: Setting the properties of a range of text. | 2125 * Changing Properties:: Setting the properties of a range of text. |
2126 * Property Search:: Searching for where a property changes value. | 2126 * Property Search:: Searching for where a property changes value. |