# HG changeset patch # User Karl Heuer # Date 765526201 0 # Node ID 9805eca29f391c9e11b618c23e7496d6d5f52d4a # Parent 1cf70b5f6d6d1f3d0bf05d2ab0fbbd1288f16cab (Fget_char_property): Doc fix. diff -r 1cf70b5f6d6d -r 9805eca29f39 src/textprop.c --- 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\