emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114282: Minor fixes for last change in lispref/disp


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r114282: Minor fixes for last change in lispref/display.texi.
Date: Sat, 14 Sep 2013 16:33:24 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114282
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/15375
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2013-09-14 19:33:12 +0300
message:
  Minor fixes for last change in lispref/display.texi.
modified:
  doc/lispref/display.texi       
display.texi-20091113204419-o5vbwnq5f7feedwu-6172
=== modified file 'doc/lispref/display.texi'
--- a/doc/lispref/display.texi  2013-09-14 15:34:33 +0000
+++ b/doc/lispref/display.texi  2013-09-14 16:33:12 +0000
@@ -4190,8 +4190,8 @@
 
 @defvar left-margin-width
 This variable specifies the width of the left margin, in character
-cell units.  It is buffer-local in all buffers.  A value of @code{nil}
-means no left marginal area.
+cell (a.k.a.@: ``column'') units.  It is buffer-local in all buffers.
+A value of @code{nil} means no left marginal area.
 @end defvar
 
 @defvar right-margin-width
@@ -4209,16 +4209,15 @@
 
 @defun set-window-margins window left &optional right
 This function specifies the margin widths for window @var{window}, in
-character cell (a.k.a.@: ``column''), units.  The argument @var{left}
-controls the left margin and @var{right} controls the right margin
-(default @code{0}).
+character cell units.  The argument @var{left} controls the left
+margin, and @var{right} controls the right margin (default @code{0}).
 @end defun
 
 @defun window-margins &optional window
 This function returns the width of the left and right margins of
 @var{window} as a cons cell of the form @address@hidden(@var{left}
 . @var{right})}}.  If one of the two marginal areas does not exist,
-its width is returned as @code{nil}; if none of the two margins exist,
+its width is returned as @code{nil}; if neither of the two margins exist,
 the function returns @code{(nil)}.  If @var{window} is @code{nil}, the
 selected window is used.
 @end defun


reply via email to

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