1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-16 17:19:41 +00:00

(Text Props and Strings): Add indexing for read syntax of text properties.

This commit is contained in:
Eli Zaretskii 2008-04-05 15:45:13 +00:00
parent aa08d1ff92
commit 6bfc86982b
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-04-05 Eli Zaretskii <eliz@gnu.org>
* objects.texi (Text Props and Strings): Add indexing for read
syntax of text properties.
2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
* processes.texi (Decoding Output): Remove process-filter-multibyte

View File

@ -1087,6 +1087,8 @@ modifiers.
@node Text Props and Strings
@subsubsection Text Properties in Strings
@cindex @samp{#(} read syntax
@cindex text properties, read syntax
A string can hold properties for the characters it contains, in
addition to the characters themselves. This enables programs that copy
text between strings and buffers to copy the text's properties with no