aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/frames.texi
diff options
context:
space:
mode:
authorPaul Eggert2015-03-17 16:55:02 -0700
committerPaul Eggert2015-03-17 16:56:21 -0700
commit41278b775bd3ebc213ff8b9eda2f2c04a5354bba (patch)
tree26db6172e427c91ef681e9285596d96a95a7aab7 /doc/lispref/frames.texi
parent7ec63a3afa52213b7b3cd3ecc0717c6e6504dc43 (diff)
downloademacs-41278b775bd3ebc213ff8b9eda2f2c04a5354bba.tar.gz
emacs-41278b775bd3ebc213ff8b9eda2f2c04a5354bba.zip
Spacing and punctuation fixes
Diffstat (limited to 'doc/lispref/frames.texi')
-rw-r--r--doc/lispref/frames.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 0b8106dfc9c..85695c614c8 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -360,7 +360,7 @@ coordinates might be negative.
360Position of the top-left corner and size of the work area (``usable'' 360Position of the top-left corner and size of the work area (``usable''
361space) in pixels as @samp{(@var{x} @var{y} @var{width} @var{height})}. 361space) in pixels as @samp{(@var{x} @var{y} @var{width} @var{height})}.
362This may be different from @samp{geometry} in that space occupied by 362This may be different from @samp{geometry} in that space occupied by
363various window manager features (docks, taskbars, etc.) may be 363various window manager features (docks, taskbars, etc.)@: may be
364excluded from the work area. Whether or not such features actually 364excluded from the work area. Whether or not such features actually
365subtract from the work area depends on the platform and environment. 365subtract from the work area depends on the platform and environment.
366Again, if the monitor is not the primary monitor, some of the 366Again, if the monitor is not the primary monitor, some of the
@@ -1218,7 +1218,7 @@ These functions return the canonical height and width of a character in
1218@var{frame}, measured in pixels. Together, these values establish the 1218@var{frame}, measured in pixels. Together, these values establish the
1219size of the default font on @var{frame}. The values depend on the 1219size of the default font on @var{frame}. The values depend on the
1220choice of font for @var{frame}, see @ref{Font and Color Parameters}. 1220choice of font for @var{frame}, see @ref{Font and Color Parameters}.
1221@end defun 1221@end defun
1222 1222
1223The default font can be also set directly with the following function: 1223The default font can be also set directly with the following function:
1224 1224