Mercurial > emacs
changeset 6681:9805eca29f39
(Fget_char_property): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 05 Apr 1994 06:10:01 +0000 |
parents | 1cf70b5f6d6d |
children | 16ab14205588 |
files | src/textprop.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/textprop.c Tue Apr 05 06:04:27 1994 +0000 +++ b/src/textprop.c Tue Apr 05 06:10:01 1994 +0000 @@ -525,7 +525,7 @@ DEFUN ("get-char-property", Fget_char_property, Sget_char_property, 2, 3, 0, "Return the value of position POS's property PROP, in OBJECT.\n\ OBJECT is optional and defaults to the current buffer.\n\ -If POSITION is at the end of OBJECT, the value is nil.\n\ +If POS 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.\n\ If OBJECT is a window, then that window's buffer is used, but window-specific\n\