changeset 40647:e673a8c97e47

(Fget_char_property): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 02 Nov 2001 07:12:33 +0000
parents 6123edb0c45e
children a48a4d0806b4
files src/textprop.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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