# HG changeset patch # User Richard M. Stallman # Date 1111802828 0 # Node ID 951cb9c5917408079555ba8c49c47275f5726d21 # Parent a3bf037cdd990bcfebacfa2809507581e87cf8ec (Screen Lines): Document nil for width argument to compute-motion. diff -r a3bf037cdd99 -r 951cb9c59174 lispref/positions.texi --- a/lispref/positions.texi Sat Mar 26 02:06:50 2005 +0000 +++ b/lispref/positions.texi Sat Mar 26 02:07:08 2005 +0000 @@ -581,9 +581,9 @@ 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})}. +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