# HG changeset patch # User Richard M. Stallman # Date 1004685153 0 # Node ID e673a8c97e47338db10dbe6dbae3895e96e14792 # Parent 6123edb0c45efafd433664c7577a284624986017 (Fget_char_property): Doc fix. diff -r 6123edb0c45e -r e673a8c97e47 src/textprop.c --- a/src/textprop.c Fri Nov 02 07:11:18 2001 +0000 +++ b/src/textprop.c Fri Nov 02 07:12:33 2001 +0000 @@ -655,6 +655,7 @@ 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