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
3b5908ef
Commit
3b5908ef
authored
Mar 08, 1994
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fwindow_width): Doc fix.
parent
26d6bb60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/window.c
src/window.c
+4
-1
No files found.
src/window.c
View file @
3b5908ef
...
...
@@ -257,7 +257,10 @@ DEFUN ("window-height", Fwindow_height, Swindow_height, 0, 1, 0,
}
DEFUN
(
"window-width"
,
Fwindow_width
,
Swindow_width
,
0
,
1
,
0
,
"Return the number of columns in WINDOW."
)
"Return the number of display columns in WINDOW.
\n
\
This is the width that is usable columns available for text in WINDOW.
\n
\
If you want to find out how many columns WINDOW takes up,
\n
\
use (let ((edges (window-edges))) (- (nth 2 edges) (nth 0 edges)))."
)
(
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