diff options
| author | Kim F. Storm | 2006-09-20 10:14:46 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-09-20 10:14:46 +0000 |
| commit | 68e67a4ed1aadedd6c6bdc08d0a03c5085e2c5f0 (patch) | |
| tree | bdeb5be71554ec282a55c1a124aaee21e9f722e6 /src | |
| parent | 31ce440599a00b660e900a32efa298811b0b2521 (diff) | |
| download | emacs-68e67a4ed1aadedd6c6bdc08d0a03c5085e2c5f0.tar.gz emacs-68e67a4ed1aadedd6c6bdc08d0a03c5085e2c5f0.zip | |
(Fpos_visible_in_window_p): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/window.c b/src/window.c index 2b22716ee24..7a86a0e5cd4 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -405,10 +405,10 @@ counts from the end of the window. | |||
| 405 | 405 | ||
| 406 | Value is a list (HEIGHT VPOS YPOS OFFBOT), where HEIGHT is the height | 406 | Value is a list (HEIGHT VPOS YPOS OFFBOT), where HEIGHT is the height |
| 407 | in pixels of the visible part of the line, VPOS and YPOS are the | 407 | in pixels of the visible part of the line, VPOS and YPOS are the |
| 408 | vertical position in lines and pixels of the row, relative to the top | 408 | vertical position in lines and pixels of the line, relative to the top |
| 409 | of the first text line, and OFFBOT is the number of off-window pixels at | 409 | of the first text line, and OFFBOT is the number of off-window pixels at |
| 410 | the bottom of the text row. If there are off-window pixels at the top | 410 | the bottom of the text line. If there are off-window pixels at the top |
| 411 | of the (first) text row, YPOS is negative. | 411 | of the (first) text line, YPOS is negative. |
| 412 | 412 | ||
| 413 | Return nil if window display is not up-to-date. In that case, use | 413 | Return nil if window display is not up-to-date. In that case, use |
| 414 | `pos-visible-in-window-p' to obtain the information. */) | 414 | `pos-visible-in-window-p' to obtain the information. */) |