From 99830d6315af694306a2d9aa28c282f983153736 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 24 Feb 1994 19:24:37 +0000 Subject: [PATCH] (Fget_char_property): Fix docstring. --- src/textprop.c | 4 ++-- 1 file 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, OBJECT is optional and defaults to the current buffer.\n\ If POSITION 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. -If OBJECT is a window, then that window's buffer is used, but window-specific +text properties.\n\ +If OBJECT is a window, then that window's buffer is used, but window-specific\n\ overlays are considered only if they are associated with OBJECT.") (pos, prop, object) Lisp_Object pos, object; -- 2.39.5