Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
811aceea
Commit
811aceea
authored
Dec 18, 2014
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src/window.c (Fwindow_body_width): Doc fix. (Bug#19395)
parent
78101c2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/window.c
src/window.c
+4
-1
No files found.
src/ChangeLog
View file @
811aceea
2014-12-18 Eli Zaretskii <eliz@gnu.org>
* window.c (Fwindow_body_width): Doc fix. (Bug#19395)
2014-12-15 Stefan Monnier <monnier@iro.umontreal.ca>
* buffer.c (syms_of_buffer) <Vafter_change_functions>: fix docstring.
...
...
src/window.c
View file @
811aceea
...
...
@@ -973,7 +973,10 @@ or scroll bars.
If PIXELWISE is nil, return the largest integer smaller than WINDOW's
pixel width divided by the character width of WINDOW's frame. This
means that if a column at the right of the text area is only partially
visible, that column is not counted. */)
visible, that column is not counted.
Note that the returned value includes the column reserved for the
continuation glyph. */
)
(
Lisp_Object
window
,
Lisp_Object
pixelwise
)
{
return
make_number
(
window_body_width
(
decode_live_window
(
window
),
...
...
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