aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorGlenn Morris2014-10-03 08:26:26 -0700
committerGlenn Morris2014-10-03 08:26:26 -0700
commit3df14aa6898dce9eeb8af1f1e35dac7924bdbaac (patch)
treef81e33641f80d3e50aeb2a4505f99e4adb8c44fa /doc/lispref
parentc799337f12e84b4ca88f509ecea3a7e55ff4c768 (diff)
downloademacs-3df14aa6898dce9eeb8af1f1e35dac7924bdbaac.tar.gz
emacs-3df14aa6898dce9eeb8af1f1e35dac7924bdbaac.zip
A few tiny doc/ copyedits.
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/frames.texi12
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
971A list of symbols, specifying the @dfn{font backends} to use for 971A list of symbols, specifying the @dfn{font backends} to use for
972drawing fonts in the frame, in order of priority. On X, there are 972drawing fonts in the frame, in order of priority. On X, there are
973currently two available font backends: @code{x} (the X core font 973currently two available font backends: @code{x} (the X core font
974driver) and @code{xft} (the Xft font driver). On Windows, there are 974driver) and @code{xft} (the Xft font driver). On MS-Windows, there are
975currently two available font backends: @code{gdi} and 975currently 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
977Manual}). On other systems, there is only one available font backend, 977Manual}). 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
1163be set only in a user's initial file; applications should never bind it 1163be set only in a user's initial file; applications should never bind it
1164temporarily. 1164temporarily.
1165 1165
1166The precise semantics of a value of @code{nil} for this option depends 1166The precise meaning of a value of @code{nil} for this option depends
1167on the toolkit used: Dragging the frame border with the mouse is usually 1167on the toolkit used. Dragging the frame border with the mouse is usually
1168always done character-wise. Calling @code{set-frame-size} (see below) 1168done character-wise. Calling @code{set-frame-size} (see below)
1169with arguments that do not specify the frame size as an integer multiple 1169with arguments that do not specify the frame size as an integer multiple
1170of its character size may be, however, either ignored or cause a 1170of its character size, however, may: be ignored, cause a
1171rounding (GTK+) or get accepted (Lucid, Motif, Windows). 1171rounding (GTK+), or be accepted (Lucid, Motif, MS-Windows).
1172 1172
1173With some window managers you may have to set this to non-@code{nil} in 1173With some window managers you may have to set this to non-@code{nil} in
1174order to make a frame appear truly ``maximized'' or ``fullscreen''. 1174order to make a frame appear truly ``maximized'' or ``fullscreen''.