From 6bfc86982bac0e5bd73af58112a17d20d3314f4f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 5 Apr 2008 15:45:13 +0000 Subject: [PATCH] (Text Props and Strings): Add indexing for read syntax of text properties. --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/objects.texi | 2 ++ 2 files changed, 7 insertions(+) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 251e8845610..5e227f615d9 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2008-04-05 Eli Zaretskii + + * objects.texi (Text Props and Strings): Add indexing for read + syntax of text properties. + 2008-03-25 Stefan Monnier * processes.texi (Decoding Output): Remove process-filter-multibyte diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index ea9800944a2..ddb4a6e8e92 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi @@ -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 -- 2.39.5