emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 38021e5: Make text-properties-at mention describe-t


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 38021e5: Make text-properties-at mention describe-text-properties
Date: Tue, 22 Oct 2019 10:55:03 -0400 (EDT)

branch: master
commit 38021e555961c534c7e386547214ef1eb725dadc
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Make text-properties-at mention describe-text-properties
    
    * src/textprop.c (Ftext_properties_at): Mention
    describe-text-properties in the doc string.
---
 src/textprop.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/textprop.c b/src/textprop.c
index 93d1975..dd2e688 100644
--- a/src/textprop.c
+++ b/src/textprop.c
@@ -561,7 +561,10 @@ DEFUN ("text-properties-at", Ftext_properties_at,
 If the optional second argument OBJECT is a buffer (or nil, which means
 the current buffer), POSITION is a buffer position (integer or marker).
 If OBJECT is a string, POSITION is a 0-based index into it.
-If POSITION is at the end of OBJECT, the value is nil.  */)
+If POSITION is at the end of OBJECT, the value is nil.
+
+If you want to display the text properties at point in a human-readable
+form, the `describe-text-properties' command can be used.  */)
   (Lisp_Object position, Lisp_Object object)
 {
   register INTERVAL i;



reply via email to

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