aboutsummaryrefslogtreecommitdiffstats
path: root/man/cmdargs.texi
diff options
context:
space:
mode:
authorEli Zaretskii2001-03-05 15:13:46 +0000
committerEli Zaretskii2001-03-05 15:13:46 +0000
commitd0f05d60c5565d0aa3398e178fa1ad2acefec963 (patch)
tree602e43a27a853b8cf3260a1e7e3705a3a2bbcb38 /man/cmdargs.texi
parenta42bec1cd71841ff6881780c0d88aeeb7463469c (diff)
downloademacs-d0f05d60c5565d0aa3398e178fa1ad2acefec963.tar.gz
emacs-d0f05d60c5565d0aa3398e178fa1ad2acefec963.zip
(Window Size X): Document how Emacs sets the units for frame width if
the default font is proportional.
Diffstat (limited to 'man/cmdargs.texi')
-rw-r--r--man/cmdargs.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi
index f8035df9712..98fb5557b92 100644
--- a/man/cmdargs.texi
+++ b/man/cmdargs.texi
@@ -735,8 +735,9 @@ negative, but that doesn't change their meaning, only their direction.
735 735
736 Emacs uses the same units as @code{xterm} does to interpret the geometry. 736 Emacs uses the same units as @code{xterm} does to interpret the geometry.
737The @var{width} and @var{height} are measured in characters, so a large font 737The @var{width} and @var{height} are measured in characters, so a large font
738creates a larger frame than a small font. The @var{xoffset} 738creates a larger frame than a small font. (If you specify a proportional
739and @var{yoffset} are measured in pixels. 739font, Emacs uses its maximum bounds width as the width unit.) The
740@var{xoffset} and @var{yoffset} are measured in pixels.
740 741
741 Since the mode line and the echo area occupy the last 2 lines of the 742 Since the mode line and the echo area occupy the last 2 lines of the
742frame, the height of the initial text window is 2 less than the height 743frame, the height of the initial text window is 2 less than the height