From: Eli Zaretskii Date: Sat, 5 Apr 2008 15:45:13 +0000 (+0000) Subject: (Text Props and Strings): Add indexing for read syntax of text properties. X-Git-Tag: emacs-pretest-23.0.90~6548 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6bfc86982bac0e5bd73af58112a17d20d3314f4f;p=emacs.git (Text Props and Strings): Add indexing for read syntax of text properties. --- 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