diff options
| author | Paul Eggert | 2015-03-17 16:55:02 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-03-17 16:56:21 -0700 |
| commit | 41278b775bd3ebc213ff8b9eda2f2c04a5354bba (patch) | |
| tree | 26db6172e427c91ef681e9285596d96a95a7aab7 /doc/lispref/frames.texi | |
| parent | 7ec63a3afa52213b7b3cd3ecc0717c6e6504dc43 (diff) | |
| download | emacs-41278b775bd3ebc213ff8b9eda2f2c04a5354bba.tar.gz emacs-41278b775bd3ebc213ff8b9eda2f2c04a5354bba.zip | |
Spacing and punctuation fixes
Diffstat (limited to 'doc/lispref/frames.texi')
| -rw-r--r-- | doc/lispref/frames.texi | 4 |
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. | |||
| 360 | Position of the top-left corner and size of the work area (``usable'' | 360 | Position of the top-left corner and size of the work area (``usable'' |
| 361 | space) in pixels as @samp{(@var{x} @var{y} @var{width} @var{height})}. | 361 | space) in pixels as @samp{(@var{x} @var{y} @var{width} @var{height})}. |
| 362 | This may be different from @samp{geometry} in that space occupied by | 362 | This may be different from @samp{geometry} in that space occupied by |
| 363 | various window manager features (docks, taskbars, etc.) may be | 363 | various window manager features (docks, taskbars, etc.)@: may be |
| 364 | excluded from the work area. Whether or not such features actually | 364 | excluded from the work area. Whether or not such features actually |
| 365 | subtract from the work area depends on the platform and environment. | 365 | subtract from the work area depends on the platform and environment. |
| 366 | Again, if the monitor is not the primary monitor, some of the | 366 | Again, 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 |
| 1219 | size of the default font on @var{frame}. The values depend on the | 1219 | size of the default font on @var{frame}. The values depend on the |
| 1220 | choice of font for @var{frame}, see @ref{Font and Color Parameters}. | 1220 | choice of font for @var{frame}, see @ref{Font and Color Parameters}. |
| 1221 | @end defun | 1221 | @end defun |
| 1222 | 1222 | ||
| 1223 | The default font can be also set directly with the following function: | 1223 | The default font can be also set directly with the following function: |
| 1224 | 1224 | ||