]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/objects.texi
Merge from emacs--rel--22
[gnu-emacs] / doc / lispref / objects.texi
index 8181a66d487c88cb64cc2d7442e659d14493c333..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
@@ -1870,7 +1872,7 @@ This function returns a symbol naming the primitive type of
 @section Equality Predicates
 @cindex equality
 
-  Here we describe two functions that test for equality between any two
+  Here we describe functions that test for equality between any two
 objects.  Other functions test equality of contents between objects of specific
 types, e.g., strings.  For these predicates, see the appropriate chapter
 describing the data type.