Mercurial > emacs
diff src/textprop.c @ 6064:bdfff039f6e3
(Fget_char_property): Fix docstring.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Thu, 24 Feb 1994 19:24:37 +0000 |
| parents | 233fffcfb6c8 |
| children | 8278049ee7a7 |
line wrap: on
line diff
--- 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;
