projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee1c54e
)
* src/cmds.c (Fforward_line): Doc fix. (Bug#46027)
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 22 Jan 2021 08:10:21 +0000
(10:10 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 22 Jan 2021 08:10:21 +0000
(10:10 +0200)
src/cmds.c
patch
|
blob
|
history
diff --git
a/src/cmds.c
b/src/cmds.c
index 102135359fbc20069db24986394cb48a5bac7bef..c771eeb9683039a9c40a5b16c48ce6eb14594ce8 100644
(file)
--- a/
src/cmds.c
+++ b/
src/cmds.c
@@
-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