Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
68e67a4e
Commit
68e67a4e
authored
Sep 20, 2006
by
Kim F. Storm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fpos_visible_in_window_p): Doc fix.
parent
31ce4405
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/window.c
src/window.c
+3
-3
No files found.
src/window.c
View file @
68e67a4e
...
...
@@ -405,10 +405,10 @@ counts from the end of the window.
Value is a list (HEIGHT VPOS YPOS OFFBOT), where HEIGHT is the height
in pixels of the visible part of the line, VPOS and YPOS are the
vertical position in lines and pixels of the
row
, relative to the top
vertical position in lines and pixels of the
line
, relative to the top
of the first text line, and OFFBOT is the number of off-window pixels at
the bottom of the text
row
. If there are off-window pixels at the top
of the (first) text
row
, YPOS is negative.
the bottom of the text
line
. If there are off-window pixels at the top
of the (first) text
line
, YPOS is negative.
Return nil if window display is not up-to-date. In that case, use
`pos-visible-in-window-p' to obtain the information. */)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment