summaryrefslogtreecommitdiff
path: root/src/cmds.c
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2021-01-27 07:55:11 -0800
committerGlenn Morris <rgm@gnu.org>2021-01-27 07:55:11 -0800
commit0ca75f19561f7c1100ec97e5af019977443a575b (patch)
tree6255d714809b1e3d53e6ded4092722bc1ec49efe /src/cmds.c
parent55973984629cc08a3dbf9c7c4367851b712be21b (diff)
parent3f610177adb844248fe37f52eb713d462e833a62 (diff)
downloademacs-0ca75f19561f7c1100ec97e5af019977443a575b.tar.gz
Merge from origin/emacs-27
3f610177ad Avoid sending systemd shutdown notifications if non-daemon 009df5cb3c * src/cmds.c (Fforward_line): Doc fix. (Bug#46027) ee1c54ebc0 Improve documentation of sendmail.el defcustom's
Diffstat (limited to 'src/cmds.c')
-rw-r--r--src/cmds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmds.c b/src/cmds.c
index 1547db80e88..c8a96d918cd 100644
--- a/src/cmds.c
+++ b/src/cmds.c
@@ -99,6 +99,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