aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-02 07:12:33 +0000
committerRichard M. Stallman2001-11-02 07:12:33 +0000
commit8faef085c5580f260af51d2ff1a3575cf8c54748 (patch)
tree8db019469223d746ffa99b65a248eebfff4753ec /src
parent6a0f8bed68b3669fce098382e161ca43ebefe6c2 (diff)
downloademacs-8faef085c5580f260af51d2ff1a3575cf8c54748.tar.gz
emacs-8faef085c5580f260af51d2ff1a3575cf8c54748.zip
(Fget_char_property): Doc fix.
Diffstat (limited to 'src')
-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)
655 655
656DEFUN ("get-char-property", Fget_char_property, Sget_char_property, 2, 3, 0, 656DEFUN ("get-char-property", Fget_char_property, Sget_char_property, 2, 3, 0,
657 doc: /* Return the value of POSITION's property PROP, in OBJECT. 657 doc: /* Return the value of POSITION's property PROP, in OBJECT.
658Both overlay properties and text properties are checked.
658OBJECT is optional and defaults to the current buffer. 659OBJECT is optional and defaults to the current buffer.
659If POSITION is at the end of OBJECT, the value is nil. 660If POSITION is at the end of OBJECT, the value is nil.
660If OBJECT is a buffer, then overlay properties are considered as well as 661If OBJECT is a buffer, then overlay properties are considered as well as