aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman2005-03-26 02:07:08 +0000
committerRichard M. Stallman2005-03-26 02:07:08 +0000
commitc7c63bf77e070cf9d271ff1141eb47604da7b713 (patch)
treef0144dbaad7ad5f9c41fd0c74f1f547b96bf348c /lispref
parentd49a52e4ddb0a000ccab45d7d6ef1f803bcda808 (diff)
downloademacs-c7c63bf77e070cf9d271ff1141eb47604da7b713.tar.gz
emacs-c7c63bf77e070cf9d271ff1141eb47604da7b713.zip
(Screen Lines): Document nil for width argument to compute-motion.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/positions.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/lispref/positions.texi b/lispref/positions.texi
index 19a26754140..822238a6342 100644
--- a/lispref/positions.texi
+++ b/lispref/positions.texi
@@ -581,9 +581,9 @@ The coordinate arguments @var{frompos} and @var{topos} are cons cells of
581the form @code{(@var{hpos} . @var{vpos})}. 581the form @code{(@var{hpos} . @var{vpos})}.
582 582
583The argument @var{width} is the number of columns available to display 583The argument @var{width} is the number of columns available to display
584text; this affects handling of continuation lines. Use the value 584text; this affects handling of continuation lines. @code{nil} means
585returned by @code{window-width} for the window of your choice; 585the actual number of usable text columns in the window, which is
586normally, use @code{(window-width @var{window})}. 586equivalent to the value returned by @code{(window-width window)}.
587 587
588The argument @var{offsets} is either @code{nil} or a cons cell of the 588The argument @var{offsets} is either @code{nil} or a cons cell of the
589form @code{(@var{hscroll} . @var{tab-offset})}. Here @var{hscroll} is 589form @code{(@var{hscroll} . @var{tab-offset})}. Here @var{hscroll} is