Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a77cfeaf
Commit
a77cfeaf
authored
Jul 23, 2010
by
Christoph Scholtes
Committed by
Juanma Barranquero
Jul 23, 2010
Browse files
* window.c (Fwindow_height): Doc fix (bug#6518).
parent
1c84bc7a
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 @
a77cfeaf
2010-07-22 Christoph Scholtes <cschol2112@gmail.com>
* window.c (Fwindow_height): Doc fix (bug#6518).
2010-07-21 Juanma Barranquero <lekktu@gmail.com>
* buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
...
...
src/window.c
View file @
a77cfeaf
...
...
@@ -517,7 +517,10 @@ DEFUN ("window-height", Fwindow_height, Swindow_height, 0, 1, 0,
doc: /* Return the number of lines in WINDOW.
WINDOW defaults to the selected window.
The return value includes WINDOW's mode line and header line, if any. */)
The return value includes WINDOW's mode line and header line, if any.
Note: The function does not take into account the value of `line-spacing'
when calculating the number of lines in WINDOW. */)
(window)
Lisp_Object 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