From: Bastien Guerry Date: Fri, 24 Jan 2014 16:05:12 +0000 (+0100) Subject: * editfns.c (Fconstrain_to_field): Fix typo in docstring. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~263 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9940e3466e81a5e6cd662870968d52acd4d5d5c0;p=emacs.git * editfns.c (Fconstrain_to_field): Fix typo in docstring. --- 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.