]> git.eshelyaron.com Git - emacs.git/commitdiff
(Text Props and Strings): Add indexing for read syntax of text properties.
authorEli Zaretskii <eliz@gnu.org>
Sat, 5 Apr 2008 15:45:13 +0000 (15:45 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 5 Apr 2008 15:45:13 +0000 (15:45 +0000)
doc/lispref/ChangeLog
doc/lispref/objects.texi

index 251e8845610510c8636462ae7e4900880853a3ce..5e227f615d91bd6ba743fafff449a9cf7f7a4886 100644 (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
index ea9800944a2675c1b00d29ff664e193465c6821b..ddb4a6e8e92a7a9a2048a92ef1aa7b4af6c869d3 100644 (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