aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2021-01-22 10:10:21 +0200
committerEli Zaretskii2021-01-22 10:10:21 +0200
commit009df5cb3cec5108a66538503bd63a8bd6f8addf (patch)
tree0e07ec6aec7fc9de6fcac264def6382eb8d7fe83
parentee1c54ebc01bc377dce99af891730c1a53cc3f86 (diff)
downloademacs-009df5cb3cec5108a66538503bd63a8bd6f8addf.tar.gz
emacs-009df5cb3cec5108a66538503bd63a8bd6f8addf.zip
* src/cmds.c (Fforward_line): Doc fix. (Bug#46027)
-rw-r--r--src/cmds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmds.c b/src/cmds.c
index 102135359fb..c771eeb9683 100644
--- a/src/cmds.c
+++ b/src/cmds.c
@@ -108,6 +108,7 @@ DEFUN ("forward-line", Fforward_line, Sforward_line, 0, 1, "^p",
108Precisely, if point is on line I, move to the start of line I + N 108Precisely, if point is on line I, move to the start of line I + N
109\("start of line" in the logical order). 109\("start of line" in the logical order).
110If there isn't room, go as far as possible (no error). 110If there isn't room, go as far as possible (no error).
111Interactively, N is the numeric prefix argument and defaults to 1.
111 112
112Returns the count of lines left to move. If moving forward, 113Returns the count of lines left to move. If moving forward,
113that is N minus number of lines moved; if backward, N plus number 114that is N minus number of lines moved; if backward, N plus number