emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115687: Document `get-pos-property'.


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r115687: Document `get-pos-property'.
Date: Sun, 22 Dec 2013 06:26:45 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115687
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Sun 2013-12-22 14:25:57 +0800
message:
  Document `get-pos-property'.
  
  * doc/lispref/text.texi (Examining Properties): Document `get-pos-property'.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/text.texi          text.texi-20091113204419-o5vbwnq5f7feedwu-6215
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-12-22 06:15:17 +0000
+++ b/doc/lispref/ChangeLog     2013-12-22 06:25:57 +0000
@@ -1,5 +1,7 @@
 2013-12-22  Xue Fuqiao  <address@hidden>
 
+       * text.texi (Examining Properties): Document `get-pos-property'.
+
        * variables.texi (Directory Local Variables): Document 
`enable-dir-local-variables'.
 
        * debugging.texi (Debugger Commands): Document `debugger-toggle-locals'.

=== modified file 'doc/lispref/text.texi'
--- a/doc/lispref/text.texi     2013-12-21 08:37:08 +0000
+++ b/doc/lispref/text.texi     2013-12-22 06:25:57 +0000
@@ -2679,6 +2679,13 @@
 text properties are considered, since strings never have overlays.
 @end defun
 
address@hidden get-pos-property position prop &optional object
+This function is like @code{get-char-property}, except that it pays
+attention to properties' stickiness and overlays' advancement settings
+instead of the property of the character at (i.e. right after)
address@hidden
address@hidden defun
+
 @defun get-char-property-and-overlay position prop &optional object
 This is like @code{get-char-property}, but gives extra information
 about the overlay that the property value comes from.

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2013-12-22 06:15:17 +0000
+++ b/etc/NEWS  2013-12-22 06:25:57 +0000
@@ -891,6 +891,7 @@
 Generic commands are interactive functions whose implementation can be
 selected among several alternatives, as a matter of user preference.
 
++++
 ** New function `get-pos-property'.
 
 ** Minibuffer changes


reply via email to

[Prev in Thread] Current Thread [Next in Thread]