aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2008-04-05 15:45:13 +0000
committerEli Zaretskii2008-04-05 15:45:13 +0000
commit6bfc86982bac0e5bd73af58112a17d20d3314f4f (patch)
treec714eefb68cbd99371a88a9611705f3619891b6e
parentaa08d1ff92a8f16eb449353d6159d4ff682b8d13 (diff)
downloademacs-6bfc86982bac0e5bd73af58112a17d20d3314f4f.tar.gz
emacs-6bfc86982bac0e5bd73af58112a17d20d3314f4f.zip
(Text Props and Strings): Add indexing for read syntax of text properties.
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/objects.texi2
2 files changed, 7 insertions, 0 deletions
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 @@
12008-04-05 Eli Zaretskii <eliz@gnu.org>
2
3 * objects.texi (Text Props and Strings): Add indexing for read
4 syntax of text properties.
5
12008-03-25 Stefan Monnier <monnier@iro.umontreal.ca> 62008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * processes.texi (Decoding Output): Remove process-filter-multibyte 8 * 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.
1087@node Text Props and Strings 1087@node Text Props and Strings
1088@subsubsection Text Properties in Strings 1088@subsubsection Text Properties in Strings
1089 1089
1090@cindex @samp{#(} read syntax
1091@cindex text properties, read syntax
1090 A string can hold properties for the characters it contains, in 1092 A string can hold properties for the characters it contains, in
1091addition to the characters themselves. This enables programs that copy 1093addition to the characters themselves. This enables programs that copy
1092text between strings and buffers to copy the text's properties with no 1094text between strings and buffers to copy the text's properties with no