diff options
| author | Karl Heuer | 1994-02-24 19:24:37 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-02-24 19:24:37 +0000 |
| commit | 99830d6315af694306a2d9aa28c282f983153736 (patch) | |
| tree | bfaa732905351e443a504943e0ac3e0713f1e44c /src | |
| parent | f5957179cf453ec442470003a3c5532b0fcf4f74 (diff) | |
| download | emacs-99830d6315af694306a2d9aa28c282f983153736.tar.gz emacs-99830d6315af694306a2d9aa28c282f983153736.zip | |
(Fget_char_property): Fix docstring.
Diffstat (limited to 'src')
| -rw-r--r-- | src/textprop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/textprop.c b/src/textprop.c index b749ffe91ad..0b328da308b 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -525,8 +525,8 @@ DEFUN ("get-char-property", Fget_char_property, Sget_char_property, 2, 3, 0, | |||
| 525 | OBJECT is optional and defaults to the current buffer.\n\ | 525 | OBJECT is optional and defaults to the current buffer.\n\ |
| 526 | If POSITION is at the end of OBJECT, the value is nil.\n\ | 526 | If POSITION is at the end of OBJECT, the value is nil.\n\ |
| 527 | If OBJECT is a buffer, then overlay properties are considered as well as\n\ | 527 | If OBJECT is a buffer, then overlay properties are considered as well as\n\ |
| 528 | text properties. | 528 | text properties.\n\ |
| 529 | If OBJECT is a window, then that window's buffer is used, but window-specific | 529 | If OBJECT is a window, then that window's buffer is used, but window-specific\n\ |
| 530 | overlays are considered only if they are associated with OBJECT.") | 530 | overlays are considered only if they are associated with OBJECT.") |
| 531 | (pos, prop, object) | 531 | (pos, prop, object) |
| 532 | Lisp_Object pos, object; | 532 | Lisp_Object pos, object; |