aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1994-02-24 19:24:37 +0000
committerKarl Heuer1994-02-24 19:24:37 +0000
commit99830d6315af694306a2d9aa28c282f983153736 (patch)
treebfaa732905351e443a504943e0ac3e0713f1e44c /src
parentf5957179cf453ec442470003a3c5532b0fcf4f74 (diff)
downloademacs-99830d6315af694306a2d9aa28c282f983153736.tar.gz
emacs-99830d6315af694306a2d9aa28c282f983153736.zip
(Fget_char_property): Fix docstring.
Diffstat (limited to 'src')
-rw-r--r--src/textprop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/textprop.c b/src/textprop.c
index b749ffe91ad..0b328da308b 100644
--- a/src/textprop.c
+++ b/src/textprop.c
@@ -525,8 +525,8 @@ DEFUN ("get-char-property", Fget_char_property, Sget_char_property, 2, 3, 0,
525OBJECT is optional and defaults to the current buffer.\n\ 525OBJECT is optional and defaults to the current buffer.\n\
526If POSITION is at the end of OBJECT, the value is nil.\n\ 526If POSITION is at the end of OBJECT, the value is nil.\n\
527If OBJECT is a buffer, then overlay properties are considered as well as\n\ 527If OBJECT is a buffer, then overlay properties are considered as well as\n\
528text properties. 528text properties.\n\
529If OBJECT is a window, then that window's buffer is used, but window-specific 529If OBJECT is a window, then that window's buffer is used, but window-specific\n\
530overlays are considered only if they are associated with OBJECT.") 530overlays are considered only if they are associated with OBJECT.")
531 (pos, prop, object) 531 (pos, prop, object)
532 Lisp_Object pos, object; 532 Lisp_Object pos, object;