diff options
| author | Glenn Morris | 2014-10-03 08:26:26 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-10-03 08:26:26 -0700 |
| commit | 3df14aa6898dce9eeb8af1f1e35dac7924bdbaac (patch) | |
| tree | f81e33641f80d3e50aeb2a4505f99e4adb8c44fa /doc/lispref | |
| parent | c799337f12e84b4ca88f509ecea3a7e55ff4c768 (diff) | |
| download | emacs-3df14aa6898dce9eeb8af1f1e35dac7924bdbaac.tar.gz emacs-3df14aa6898dce9eeb8af1f1e35dac7924bdbaac.zip | |
A few tiny doc/ copyedits.
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/frames.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 92b5791051b..03eba440a09 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -971,7 +971,7 @@ variable do not take effect immediately, only when you specify the | |||
| 971 | A list of symbols, specifying the @dfn{font backends} to use for | 971 | A list of symbols, specifying the @dfn{font backends} to use for |
| 972 | drawing fonts in the frame, in order of priority. On X, there are | 972 | drawing fonts in the frame, in order of priority. On X, there are |
| 973 | currently two available font backends: @code{x} (the X core font | 973 | currently two available font backends: @code{x} (the X core font |
| 974 | driver) and @code{xft} (the Xft font driver). On Windows, there are | 974 | driver) and @code{xft} (the Xft font driver). On MS-Windows, there are |
| 975 | currently two available font backends: @code{gdi} and | 975 | currently two available font backends: @code{gdi} and |
| 976 | @code{uniscribe} (@pxref{Windows Fonts,,, emacs, The GNU Emacs | 976 | @code{uniscribe} (@pxref{Windows Fonts,,, emacs, The GNU Emacs |
| 977 | Manual}). On other systems, there is only one available font backend, | 977 | Manual}). On other systems, there is only one available font backend, |
| @@ -1163,12 +1163,12 @@ size hints to the window manager. This means that this variable should | |||
| 1163 | be set only in a user's initial file; applications should never bind it | 1163 | be set only in a user's initial file; applications should never bind it |
| 1164 | temporarily. | 1164 | temporarily. |
| 1165 | 1165 | ||
| 1166 | The precise semantics of a value of @code{nil} for this option depends | 1166 | The precise meaning of a value of @code{nil} for this option depends |
| 1167 | on the toolkit used: Dragging the frame border with the mouse is usually | 1167 | on the toolkit used. Dragging the frame border with the mouse is usually |
| 1168 | always done character-wise. Calling @code{set-frame-size} (see below) | 1168 | done character-wise. Calling @code{set-frame-size} (see below) |
| 1169 | with arguments that do not specify the frame size as an integer multiple | 1169 | with arguments that do not specify the frame size as an integer multiple |
| 1170 | of its character size may be, however, either ignored or cause a | 1170 | of its character size, however, may: be ignored, cause a |
| 1171 | rounding (GTK+) or get accepted (Lucid, Motif, Windows). | 1171 | rounding (GTK+), or be accepted (Lucid, Motif, MS-Windows). |
| 1172 | 1172 | ||
| 1173 | With some window managers you may have to set this to non-@code{nil} in | 1173 | With some window managers you may have to set this to non-@code{nil} in |
| 1174 | order to make a frame appear truly ``maximized'' or ``fullscreen''. | 1174 | order to make a frame appear truly ``maximized'' or ``fullscreen''. |