From 9940e3466e81a5e6cd662870968d52acd4d5d5c0 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Fri, 24 Jan 2014 17:05:12 +0100 Subject: [PATCH] * editfns.c (Fconstrain_to_field): Fix typo in docstring. --- src/editfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'. If the optional argument ONLY-IN-LINE is non-nil and constraining NEW-POS would move it to a different line, NEW-POS is returned -unconstrained. This useful for commands that move by line, like +unconstrained. This is useful for commands that move by line, like \\[next-line] or \\[beginning-of-line], which should generally respect field boundaries only in the case where they can still move to the right line. -- 2.39.2