summaryrefslogtreecommitdiff
path: root/src/textprop.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-11-02 07:12:33 +0000
committerRichard M. Stallman <rms@gnu.org>2001-11-02 07:12:33 +0000
commit24cf173ee4d32238868129e48b5595306929581a (patch)
tree4f2bafffd1d8b9517edf1f9374a6b55068576218 /src/textprop.c
parent2c6a6cd1ee38b172a04afc1e9e8dec6cfa0d28cf (diff)
downloademacs-24cf173ee4d32238868129e48b5595306929581a.tar.gz
(Fget_char_property): Doc fix.
Diffstat (limited to 'src/textprop.c')
-rw-r--r--src/textprop.c1
1 files changed, 1 insertions, 0 deletions
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