]> git.eshelyaron.com Git - emacs.git/commitdiff
(Examining Properties): Mention overlay priority.
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 Oct 2007 01:25:41 +0000 (01:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 Oct 2007 01:25:41 +0000 (01:25 +0000)
lispref/ChangeLog
lispref/text.texi

index d3ae65be94728d720e0db2922263df498b5b44d5..0c2c09c3f9684c0dddb2fca1826f22c1c211c232 100644 (file)
@@ -1,3 +1,11 @@
+2007-10-09  Richard Stallman  <rms@gnu.org>
+
+       * text.texi (Examining Properties): Mention overlay priority.
+
+       * display.texi (Display Margins): Correct the description
+       of margin display specifications.
+       (Replacing Specs): New subnode broken out of Display Property.
+
 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
 
        * display.texi (Auto Faces): Fix typo.
index bad68b7f8ae802d60eea3d632f661a5d8b0cb2eb..906e51c513b1fd54cf50ecc95869bf62aa718f95 100644 (file)
@@ -2615,13 +2615,13 @@ the @var{prop} property of that symbol.
 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