emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116700: Spelling and wording fixes.


From: Paul Eggert
Subject: [Emacs-diffs] trunk r116700: Spelling and wording fixes.
Date: Fri, 07 Mar 2014 19:12:35 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116700
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Fri 2014-03-07 11:12:31 -0800
message:
  Spelling and wording fixes.
modified:
  doc/lispref/display.texi       
display.texi-20091113204419-o5vbwnq5f7feedwu-6172
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
  lisp/window.el                 window.el-20091113204419-o5vbwnq5f7feedwu-94
=== modified file 'doc/lispref/display.texi'
--- a/doc/lispref/display.texi  2014-03-05 13:50:48 +0000
+++ b/doc/lispref/display.texi  2014-03-07 19:12:31 +0000
@@ -3931,7 +3931,7 @@
 @item window-divider
 When a divider is less than three pixels wide, it is drawn solidly with
 the foreground of this face.  For larger dividers this face is used for
-the inner part only, exluding the first and last pixel.
+the inner part only, excluding the first and last pixel.
 
 @item window-divider-first-pixel
 This is the face used for drawing the first pixel of a divider that is

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-03-06 13:41:58 +0000
+++ b/etc/NEWS  2014-03-07 19:12:31 +0000
@@ -198,7 +198,7 @@
 
 +++
 *** The function `window-in-direction' introduced in Emacs 24.1 now
-takes additional arguments for specifiying a reference point, wrapping
+takes additional arguments for specifying a reference point, wrapping
 selection around frame borders, and specifying ways to select the
 minibuffer window.
 
@@ -792,7 +792,7 @@
 to filter the list of packages by a keyword.
 
 +++
-*** In the `describe-package' buffer, there are now buttons listing the 
+*** In the `describe-package' buffer, there are now buttons listing the
 keywords related to the package.  Click on a button to see other packages
 related to that keyword.
 

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2014-03-06 13:41:58 +0000
+++ b/lisp/window.el    2014-03-07 19:12:31 +0000
@@ -6825,11 +6825,10 @@
 
 (defcustom fit-frame-to-buffer-margins '(nil nil nil nil)
   "Margins around frame for `fit-frame-to-buffer'.
-This option allows to specify the numbers of pixels to be left
-free on the left, above, the right, and below a frame that shall
-be fit to its buffer.  Set these to avoid that such a frame
-obscurs other desktop objects like the taskbar.  The default is
-nil for each side which means to not add any margins.
+This specifies the numbers of pixels to be left free on the left,
+above, on the right, and below a frame fitted to its buffer.  Set
+this to avoid obscuring other desktop objects like the taskbar.
+The default is nil for each side, which means to not add margins.
 
 The value specified here can be overridden for a specific frame
 by that frame's `fit-frame-to-buffer-margins' parameter, if


reply via email to

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