From 8faef085c5580f260af51d2ff1a3575cf8c54748 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 2 Nov 2001 07:12:33 +0000 Subject: [PATCH] (Fget_char_property): Doc fix. --- src/textprop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/textprop.c b/src/textprop.c index f49d670267f..1f162c58db1 100644 --- a/src/textprop.c +++ b/src/textprop.c @@ -655,6 +655,7 @@ get_char_property_and_overlay (position, prop, object, overlay) DEFUN ("get-char-property", Fget_char_property, Sget_char_property, 2, 3, 0, doc: /* Return the value of POSITION's property PROP, in OBJECT. +Both overlay properties and text properties are checked. OBJECT is optional and defaults to the current buffer. If POSITION is at the end of OBJECT, the value is nil. If OBJECT is a buffer, then overlay properties are considered as well as