emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r117543: A few tiny doc/ copyedits.


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r117543: A few tiny doc/ copyedits.
Date: Fri, 03 Oct 2014 15:26:31 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117543
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Fri 2014-10-03 08:26:26 -0700
message:
  A few tiny doc/ copyedits.
modified:
  doc/emacs/cmdargs.texi         
cmdargs.texi-20091113204419-o5vbwnq5f7feedwu-6238
  doc/lispref/frames.texi        
frames.texi-20091113204419-o5vbwnq5f7feedwu-6180
=== modified file 'doc/emacs/cmdargs.texi'
--- a/doc/emacs/cmdargs.texi    2014-10-03 09:18:49 +0000
+++ b/doc/emacs/cmdargs.texi    2014-10-03 15:26:26 +0000
@@ -989,7 +989,7 @@
 
   When using one of @samp{--fullscreen}, @samp{--maximized},
 @samp{--fullwidth} or @samp{--fullheight}, some window managers require
-to set the variable @code{frame-resize-pixelwise} to a address@hidden
+you to set the variable @code{frame-resize-pixelwise} to a address@hidden
 value to make a frame appear truly ``maximized'' or ``fullscreen''.
 
  Some window managers have options that can make them ignore both

=== modified file 'doc/lispref/frames.texi'
--- a/doc/lispref/frames.texi   2014-10-03 09:18:49 +0000
+++ b/doc/lispref/frames.texi   2014-10-03 15:26:26 +0000
@@ -971,7 +971,7 @@
 A list of symbols, specifying the @dfn{font backends} to use for
 drawing fonts in the frame, in order of priority.  On X, there are
 currently two available font backends: @code{x} (the X core font
-driver) and @code{xft} (the Xft font driver).  On Windows, there are
+driver) and @code{xft} (the Xft font driver).  On MS-Windows, there are
 currently two available font backends: @code{gdi} and
 @code{uniscribe} (@pxref{Windows Fonts,,, emacs, The GNU Emacs
 Manual}).  On other systems, there is only one available font backend,
@@ -1163,12 +1163,12 @@
 be set only in a user's initial file; applications should never bind it
 temporarily.
 
-The precise semantics of a value of @code{nil} for this option depends
-on the toolkit used: Dragging the frame border with the mouse is usually
-always done character-wise.  Calling @code{set-frame-size} (see below)
+The precise meaning of a value of @code{nil} for this option depends
+on the toolkit used.  Dragging the frame border with the mouse is usually
+done character-wise.  Calling @code{set-frame-size} (see below)
 with arguments that do not specify the frame size as an integer multiple
-of its character size may be, however, either ignored or cause a
-rounding (GTK+) or get accepted (Lucid, Motif, Windows).
+of its character size, however, may: be ignored, cause a
+rounding (GTK+), or be accepted (Lucid, Motif, MS-Windows).
 
 With some window managers you may have to set this to address@hidden in
 order to make a frame appear truly ``maximized'' or ``fullscreen''.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]