Mercurial > emacs
changeset 40066:df172f62a587
Minor cleanup.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 19 Oct 2001 19:09:32 +0000 |
parents | 7592758da8f4 |
children | 5c3937ee7017 |
files | lispref/positions.texi |
diffstat | 1 files changed, 10 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/positions.texi Fri Oct 19 17:21:49 2001 +0000 +++ b/lispref/positions.texi Fri Oct 19 19:09:32 2001 +0000 @@ -327,13 +327,13 @@ argument @var{count} not @code{nil} or 1, it moves forward @var{count}@minus{}1 lines and then to the beginning of the line. -This command does not move point across a field boundary +This function 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. To ignore field boundaries, -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 +different line; therefore, if @var{count} is @code{nil} or 1, and +point starts at a field boundary, point does not move. To ignore +field boundaries, 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. If this function reaches the end of the buffer (or of the accessible @@ -352,11 +352,11 @@ argument @var{count} not @code{nil} or 1, it moves forward @var{count}@minus{}1 lines and then to the end of the line. -This command does not move point across a field boundary +This function 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. To ignore field boundaries, -bind @code{inhibit-field-text-motion} to @code{t}. +different line; therefore, if @var{count} is @code{nil} or 1, and +point starts at 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