# HG changeset patch # User Karl Heuer # Date 762117877 0 # Node ID bdfff039f6e3491dd48ebbbe88fbdf6b40ab9f26 # Parent 233fffcfb6c860f8c6ad36f6c815fea74a67fa55 (Fget_char_property): Fix docstring. diff -r 233fffcfb6c8 -r bdfff039f6e3 src/textprop.c --- a/src/textprop.c Thu Feb 24 19:18:32 1994 +0000 +++ b/src/textprop.c Thu Feb 24 19:24:37 1994 +0000 @@ -525,8 +525,8 @@ 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;