diff src/extents.c @ 2758:bf875d8664db

[xemacs-hg @ 2005-05-05 17:30:08 by aidan] Add some info on atomic extents to the set-extent-property docstring.
author aidan
date Thu, 05 May 2005 17:30:12 +0000
parents 6fa9919a9a0b
children 61af3ea9da02
line wrap: on
line diff
--- a/src/extents.c	Thu May 05 17:10:54 2005 +0000
+++ b/src/extents.c	Thu May 05 17:30:12 2005 +0000
@@ -5456,6 +5456,7 @@
 Change a property of an extent.
 PROPERTY may be any symbol; the value stored may be accessed with
  the `extent-property' function.
+
 The following symbols have predefined meanings:
 
  detached           Removes the extent from its buffer; setting this is
@@ -5600,6 +5601,14 @@
 		            characters in the extent is looked up in the syntax table.
 		            You should use the text property API to manipulate this
 		            property.  (This may be required in the future.)
+
+The following property is available if `atomic-extents.el' has been loaded:
+
+  atomic	    When set, point will never fall inside the extent. 
+		    Not as useful as you might think, as
+		    `delete-backward-char' still removes characters one by
+		    one.
+
 */
        (extent, property, value))
 {