emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 009df5c: * src/cmds.c (Fforward_line): Doc fix. (Bug#46027)


From: Eli Zaretskii
Subject: emacs-27 009df5c: * src/cmds.c (Fforward_line): Doc fix. (Bug#46027)
Date: Fri, 22 Jan 2021 03:10:48 -0500 (EST)

branch: emacs-27
commit 009df5cb3cec5108a66538503bd63a8bd6f8addf
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    * src/cmds.c (Fforward_line): Doc fix.  (Bug#46027)
---
 src/cmds.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cmds.c b/src/cmds.c
index 1021353..c771eeb 100644
--- 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]