aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBastien Guerry2014-01-24 17:05:12 +0100
committerBastien Guerry2014-01-24 17:05:12 +0100
commit9940e3466e81a5e6cd662870968d52acd4d5d5c0 (patch)
tree7187099aa2c3c59bae19cc64b0fb6d1fde1f8f43 /src
parent950fb38db155c18989d4cca366644c8f8c886032 (diff)
downloademacs-9940e3466e81a5e6cd662870968d52acd4d5d5c0.tar.gz
emacs-9940e3466e81a5e6cd662870968d52acd4d5d5c0.zip
* editfns.c (Fconstrain_to_field): Fix typo in docstring.
Diffstat (limited to 'src')
-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