diff src/textprop.c @ 40647:e673a8c97e47

(Fget_char_property): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 02 Nov 2001 07:12:33 +0000
parents e528f2adeed4
children cdfd4d09b79a
line wrap: on
line diff
--- 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