comparison src/textprop.c @ 6681:9805eca29f39

(Fget_char_property): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Tue, 05 Apr 1994 06:10:01 +0000
parents 8278049ee7a7
children a2bccbc870e6
comparison
equal deleted inserted replaced
6680:1cf70b5f6d6d 6681:9805eca29f39
523 } 523 }
524 524
525 DEFUN ("get-char-property", Fget_char_property, Sget_char_property, 2, 3, 0, 525 DEFUN ("get-char-property", Fget_char_property, Sget_char_property, 2, 3, 0,
526 "Return the value of position POS's property PROP, in OBJECT.\n\ 526 "Return the value of position POS's property PROP, in OBJECT.\n\
527 OBJECT is optional and defaults to the current buffer.\n\ 527 OBJECT is optional and defaults to the current buffer.\n\
528 If POSITION is at the end of OBJECT, the value is nil.\n\ 528 If POS is at the end of OBJECT, the value is nil.\n\
529 If OBJECT is a buffer, then overlay properties are considered as well as\n\ 529 If OBJECT is a buffer, then overlay properties are considered as well as\n\
530 text properties.\n\ 530 text properties.\n\
531 If OBJECT is a window, then that window's buffer is used, but window-specific\n\ 531 If OBJECT is a window, then that window's buffer is used, but window-specific\n\
532 overlays are considered only if they are associated with OBJECT.") 532 overlays are considered only if they are associated with OBJECT.")
533 (pos, prop, object) 533 (pos, prop, object)