aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/editfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c
index f3a15d3b344..5018020a11b 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -646,7 +646,7 @@ also considered to be `on the boundary'.
646 646
647If the optional argument ONLY-IN-LINE is non-nil and constraining 647If the optional argument ONLY-IN-LINE is non-nil and constraining
648NEW-POS would move it to a different line, NEW-POS is returned 648NEW-POS would move it to a different line, NEW-POS is returned
649unconstrained. This useful for commands that move by line, like 649unconstrained. This is useful for commands that move by line, like
650\\[next-line] or \\[beginning-of-line], which should generally respect field boundaries 650\\[next-line] or \\[beginning-of-line], which should generally respect field boundaries
651only in the case where they can still move to the right line. 651only in the case where they can still move to the right line.
652 652