diff options
| -rw-r--r-- | src/editfns.c | 2 |
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 | ||
| 647 | If the optional argument ONLY-IN-LINE is non-nil and constraining | 647 | If the optional argument ONLY-IN-LINE is non-nil and constraining |
| 648 | NEW-POS would move it to a different line, NEW-POS is returned | 648 | NEW-POS would move it to a different line, NEW-POS is returned |
| 649 | unconstrained. This useful for commands that move by line, like | 649 | unconstrained. 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 |
| 651 | only in the case where they can still move to the right line. | 651 | only in the case where they can still move to the right line. |
| 652 | 652 | ||