diff options
| author | Bastien Guerry | 2014-01-24 17:05:12 +0100 |
|---|---|---|
| committer | Bastien Guerry | 2014-01-24 17:05:12 +0100 |
| commit | 9940e3466e81a5e6cd662870968d52acd4d5d5c0 (patch) | |
| tree | 7187099aa2c3c59bae19cc64b0fb6d1fde1f8f43 /src | |
| parent | 950fb38db155c18989d4cca366644c8f8c886032 (diff) | |
| download | emacs-9940e3466e81a5e6cd662870968d52acd4d5d5c0.tar.gz emacs-9940e3466e81a5e6cd662870968d52acd4d5d5c0.zip | |
* editfns.c (Fconstrain_to_field): Fix typo in docstring.
Diffstat (limited to 'src')
| -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 | ||