diff options
| -rw-r--r-- | doc/emacs/cmdargs.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/frames.texi | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index 56137272be6..3443f0b1627 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi | |||
| @@ -989,7 +989,7 @@ tool bar when it processes the specified geometry. | |||
| 989 | 989 | ||
| 990 | When using one of @samp{--fullscreen}, @samp{--maximized}, | 990 | When using one of @samp{--fullscreen}, @samp{--maximized}, |
| 991 | @samp{--fullwidth} or @samp{--fullheight}, some window managers require | 991 | @samp{--fullwidth} or @samp{--fullheight}, some window managers require |
| 992 | to set the variable @code{frame-resize-pixelwise} to a non-@code{nil} | 992 | you to set the variable @code{frame-resize-pixelwise} to a non-@code{nil} |
| 993 | value to make a frame appear truly ``maximized'' or ``fullscreen''. | 993 | value to make a frame appear truly ``maximized'' or ``fullscreen''. |
| 994 | 994 | ||
| 995 | Some window managers have options that can make them ignore both | 995 | Some window managers have options that can make them ignore both |
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''. |