emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/positions.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/positions.texi
Date: Fri, 25 Mar 2005 21:07:09 -0500

Index: emacs/lispref/positions.texi
diff -c emacs/lispref/positions.texi:1.50 emacs/lispref/positions.texi:1.51
*** emacs/lispref/positions.texi:1.50   Mon Mar 21 17:54:33 2005
--- emacs/lispref/positions.texi        Sat Mar 26 02:07:08 2005
***************
*** 581,589 ****
  the form @code{(@var{hpos} . @var{vpos})}.
  
  The argument @var{width} is the number of columns available to display
! text; this affects handling of continuation lines.  Use the value
! returned by @code{window-width} for the window of your choice;
! normally, use @code{(window-width @var{window})}.
  
  The argument @var{offsets} is either @code{nil} or a cons cell of the
  form @code{(@var{hscroll} . @var{tab-offset})}.  Here @var{hscroll} is
--- 581,589 ----
  the form @code{(@var{hpos} . @var{vpos})}.
  
  The argument @var{width} is the number of columns available to display
! text; this affects handling of continuation lines.  @code{nil} means
! the actual number of usable text columns in the window, which is
! equivalent to the value returned by @code{(window-width window)}.
  
  The argument @var{offsets} is either @code{nil} or a cons cell of the
  form @code{(@var{hscroll} . @var{tab-offset})}.  Here @var{hscroll} is




reply via email to

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