* src/cmds.c (Fforward_line): Doc fix. (Bug#46027)
This commit is contained in:
parent
ee1c54ebc0
commit
009df5cb3c
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ DEFUN ("forward-line", Fforward_line, Sforward_line, 0, 1, "^p",
|
|||
Precisely, if point is on line I, move to the start of line I + N
|
||||
\("start of line" in the logical order).
|
||||
If there isn't room, go as far as possible (no error).
|
||||
Interactively, N is the numeric prefix argument and defaults to 1.
|
||||
|
||||
Returns the count of lines left to move. If moving forward,
|
||||
that is N minus number of lines moved; if backward, N plus number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue