changeset 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 7844ab77b582
children 562b90100df9
files src/ChangeLog src/extents.c
diffstat 2 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu May 05 17:10:54 2005 +0000
+++ b/src/ChangeLog	Thu May 05 17:30:12 2005 +0000
@@ -1,3 +1,8 @@
+2005-05-05  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* extents.c: Add some info on atomic-extents.el to the
+	set-extent-property docstring. 
+
 2005-05-05  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* select.c:
--- 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))
 {