Mercurial > emacs
changeset 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 | ab1aef4b0e07 |
files | src/textprop.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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;