diff options
| author | Karl Heuer | 1994-04-05 06:10:01 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-04-05 06:10:01 +0000 |
| commit | 75dddf59e8e5c15ed962192bd449345c27249257 (patch) | |
| tree | 504862b7650756475dd9583cbf1567f6d72172ee /src/textprop.c | |
| parent | f676868dc69651e8464de821e5cafc075001161e (diff) | |
| download | emacs-75dddf59e8e5c15ed962192bd449345c27249257.tar.gz emacs-75dddf59e8e5c15ed962192bd449345c27249257.zip | |
(Fget_char_property): Doc fix.
Diffstat (limited to 'src/textprop.c')
| -rw-r--r-- | src/textprop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textprop.c b/src/textprop.c index ca60c4d6524..fa0817c7e4d 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -525,7 +525,7 @@ If POSITION is at the end of OBJECT, the value is nil.") | |||
| 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\ |