diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/textprop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/textprop.c b/src/textprop.c index f49d670267f..1f162c58db1 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -655,6 +655,7 @@ get_char_property_and_overlay (position, prop, object, overlay) | |||
| 655 | 655 | ||
| 656 | DEFUN ("get-char-property", Fget_char_property, Sget_char_property, 2, 3, 0, | 656 | DEFUN ("get-char-property", Fget_char_property, Sget_char_property, 2, 3, 0, |
| 657 | doc: /* Return the value of POSITION's property PROP, in OBJECT. | 657 | doc: /* Return the value of POSITION's property PROP, in OBJECT. |
| 658 | Both overlay properties and text properties are checked. | ||
| 658 | OBJECT is optional and defaults to the current buffer. | 659 | OBJECT is optional and defaults to the current buffer. |
| 659 | If POSITION is at the end of OBJECT, the value is nil. | 660 | If POSITION is at the end of OBJECT, the value is nil. |
| 660 | If OBJECT is a buffer, then overlay properties are considered as well as | 661 | If OBJECT is a buffer, then overlay properties are considered as well as |