]> git.eshelyaron.com Git - emacs.git/commitdiff
* editfns.c (Fconstrain_to_field): Fix typo in docstring.
authorBastien Guerry <bzg@gnu.org>
Fri, 24 Jan 2014 16:05:12 +0000 (17:05 +0100)
committerBastien Guerry <bzg@gnu.org>
Fri, 24 Jan 2014 16:05:12 +0000 (17:05 +0100)
src/editfns.c

index f3a15d3b3447aba57b5cd4f88d6b31db64a5ac6e..5018020a11b0895680a4137f082562e95418aae5 100644 (file)
@@ -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.