summaryrefslogtreecommitdiff
path: root/src/textprop.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-04-05 06:10:01 +0000
committerKarl Heuer <kwzh@gnu.org>1994-04-05 06:10:01 +0000
commitd2563c149db58b79c0c3e650356566e37e8dad2b (patch)
treefa609efb2f33531d168b14aebb8ab5d104a5c1f8 /src/textprop.c
parente6ac0c637282f5f6b67ec649e210221168061f6f (diff)
downloademacs-d2563c149db58b79c0c3e650356566e37e8dad2b.tar.gz
(Fget_char_property): Doc fix.
Diffstat (limited to 'src/textprop.c')
-rw-r--r--src/textprop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textprop.c b/src/textprop.c
index ca60c4d6524..fa0817c7e4d 100644
--- a/src/textprop.c
+++ b/src/textprop.c
@@ -525,7 +525,7 @@ If POSITION is at the end of OBJECT, the value is nil.")
DEFUN ("get-char-property", Fget_char_property, Sget_char_property, 2, 3, 0,
"Return the value of position POS's property PROP, in OBJECT.\n\
OBJECT is optional and defaults to the current buffer.\n\
-If POSITION is at the end of OBJECT, the value is nil.\n\
+If POS is at the end of OBJECT, the value is nil.\n\
If OBJECT is a buffer, then overlay properties are considered as well as\n\
text properties.\n\
If OBJECT is a window, then that window's buffer is used, but window-specific\n\