diff options
| author | Richard M. Stallman | 2001-11-02 07:12:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-02 07:12:33 +0000 |
| commit | 8faef085c5580f260af51d2ff1a3575cf8c54748 (patch) | |
| tree | 8db019469223d746ffa99b65a248eebfff4753ec /src | |
| parent | 6a0f8bed68b3669fce098382e161ca43ebefe6c2 (diff) | |
| download | emacs-8faef085c5580f260af51d2ff1a3575cf8c54748.tar.gz emacs-8faef085c5580f260af51d2ff1a3575cf8c54748.zip | |
(Fget_char_property): Doc fix.
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 |