]> code.delx.au - gnu-emacs/commitdiff
(Fget_char_property): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 2 Nov 2001 07:12:33 +0000 (07:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 2 Nov 2001 07:12:33 +0000 (07:12 +0000)
src/textprop.c

index f49d670267fa00c4e66f7a33f02f02d2947fde05..1f162c58db179fcf1833c1feacfc369516c51d44 100644 (file)
@@ -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