# HG changeset patch # User Miles Bader # Date 1003471850 0 # Node ID 51d732cff5a4045acb43fe946b4292a34b6d5543 # Parent d576274a42f4aaa099e330c3556cc0c9c38e9608 (Text Lines): Mention `inhibit-field-text-motion' too. diff -r d576274a42f4 -r 51d732cff5a4 lispref/positions.texi --- a/lispref/positions.texi Fri Oct 19 06:01:19 2001 +0000 +++ b/lispref/positions.texi Fri Oct 19 06:10:50 2001 +0000 @@ -331,7 +331,8 @@ (@pxref{Fields}) unless doing so would move beyond there to a different line; if @var{count} is @code{nil} or 1, and point starts at a field boundary, point does not move. To ignore field boundaries, -use the @code{forward-line} function instead. For instance, +either bind @code{inhibit-field-text-motion} to @code{t}, or use the +@code{forward-line} function instead. For instance, @code{(forward-line 0)} does the same thing as @code{(beginning-of-line)}, except that it ignores field boundaries. @@ -354,7 +355,8 @@ This command does not move point across a field boundary (@pxref{Fields}) unless doing so would move beyond there to a different line; if @var{count} is @code{nil} or 1, and point starts at -a field boundary, point does not move. +a field boundary, point does not move. To ignore field boundaries, +bind @code{inhibit-field-text-motion} to @code{t}. If this function reaches the end of the buffer (or of the accessible portion, if narrowing is in effect), it positions point there. No error