]> git.eshelyaron.com Git - emacs.git/commitdiff
Make text-properties-at mention describe-text-properties
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 22 Oct 2019 14:54:50 +0000 (16:54 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 22 Oct 2019 14:54:50 +0000 (16:54 +0200)
* src/textprop.c (Ftext_properties_at): Mention
describe-text-properties in the doc string.

src/textprop.c

index 93d19754da59376647ea7879dc4402137fafb244..dd2e68891e6352b310694e1a3c2af9392f68bc0e 100644 (file)
@@ -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;