diff lisp/text-props.el @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 41ff10fd062f
children 74fd4e045ea6
line wrap: on
line diff
--- a/lisp/text-props.el	Mon Aug 13 10:27:41 2007 +0200
+++ b/lisp/text-props.el	Mon Aug 13 10:28:48 2007 +0200
@@ -59,7 +59,7 @@
 ;; partition a buffer (that is, change some attribute of a range from one
 ;; value to another without disturbing the properties outside of that range)
 ;; then an interface that deals with properties of characters may be most
-;; natural.  
+;; natural.
 
 ;; Another way of thinking of it is, do you care where the endpoints of the
 ;; region are?  If you do, then you should use extents.  If it's ok for the
@@ -200,10 +200,10 @@
     props))
 
 (defun extent-properties-at (position &optional object)
-  "Returns the properties of the character at the given position
-in OBJECT (a string or buffer) by merging the properties of overlapping
-extents.  The returned value is a property list, some of which may be
-shared with other structures.  You must not modify it.
+  "Return the properties of the character at the given position in OBJECT.
+OBJECT is either a string or a buffer. The properties of overlapping
+extents are merged.  The returned value is a property list, some of
+which may be shared with other structures.  You must not modify it.
 
 If POSITION is at the end of OBJECT, the value is nil.
 
@@ -212,10 +212,10 @@
   (extent-properties-at-1 position object nil))
 
 (defun text-properties-at (position &optional object)
-  "Returns the properties of the character at the given position
-in OBJECT (a string or buffer) by merging the properties of overlapping
-extents.  The returned value is a property list, some of which may be
-shared with other structures.  You must not modify it.
+  "Return the properties of the character at the given position in OBJECT.
+OBJECT is either a string or a buffer. The properties of overlapping
+extents are merged.  The returned value is a property list, some of
+which may be shared with other structures.  You must not modify it.
 
 If POSITION is at the end of OBJECT, the value is nil.