]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/text.texi
* doc/lispref/text.texi (Sticky Properties): Improve wording.
[gnu-emacs] / doc / lispref / text.texi
index d4b6950ee95f7eb364c416b4e0959524c304d4dc..acf72340a9dddbfbaea357ebb14cf88ab7dd80c5 100644 (file)
@@ -3509,10 +3509,12 @@ of the text.
 @cindex sticky text properties
 @cindex inheritance, text property
 
-  Self-inserting characters normally take on the same properties as the
-preceding character.  This is called @dfn{inheritance} of properties.
+  Self-inserting characters, the ones that get inserted into a buffer
+when the user types them (@pxref{Commands for Insertion}), normally
+take on the same properties as the preceding character.  This is
+called @dfn{inheritance} of properties.
 
-  A Lisp program can do insertion with inheritance or without,
+  By contrast, a Lisp program can do insertion with inheritance or without,
 depending on the choice of insertion primitive.  The ordinary text
 insertion functions, such as @code{insert}, do not inherit any
 properties.  They insert text with precisely the properties of the