changeset 79011:e8263132a24d

(Examining Properties): Mention overlay priority.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Oct 2007 01:25:31 +0000
parents 3d90e1da8878
children 959dee985b95
files lispref/text.texi
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/text.texi	Tue Oct 09 01:24:28 2007 +0000
+++ b/lispref/text.texi	Tue Oct 09 01:25:31 2007 +0000
@@ -2615,13 +2615,13 @@
 This function is like @code{get-text-property}, except that it checks
 overlays first and then text properties.  @xref{Overlays}.
 
-The argument @var{object} may be a string, a buffer, or a window.  If it
-is a window, then the buffer displayed in that window is used for text
-properties and overlays, but only the overlays active for that window
-are considered.  If @var{object} is a buffer, then all overlays in that
-buffer are considered, as well as text properties.  If @var{object} is a
-string, only text properties are considered, since strings never have
-overlays.
+The argument @var{object} may be a string, a buffer, or a window.  If
+it is a window, then the buffer displayed in that window is used for
+text properties and overlays, but only the overlays active for that
+window are considered.  If @var{object} is a buffer, then overlays in
+that buffer are considered first, in order of decreasing priority,
+followed by the text properties.  If @var{object} is a string, only
+text properties are considered, since strings never have overlays.
 @end defun
 
 @defun get-char-property-and-overlay position prop &optional object