diff options
| author | K. Handa | 2015-09-27 17:06:12 +0900 |
|---|---|---|
| committer | K. Handa | 2015-09-27 17:06:12 +0900 |
| commit | 52beda922d2cb523a03661bf74b8678c8b45e440 (patch) | |
| tree | 04617b37298746a61d5324a5b35c9b71f439d762 /src/cmds.c | |
| parent | 94ed5167557112fb00eeca05e62589db744206de (diff) | |
| parent | 1ac5a9c20cb22efb398fa18781c6b932dd4e54df (diff) | |
| download | emacs-52beda922d2cb523a03661bf74b8678c8b45e440.tar.gz emacs-52beda922d2cb523a03661bf74b8678c8b45e440.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'src/cmds.c')
| -rw-r--r-- | src/cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmds.c b/src/cmds.c index a975a8ed4e0..7a575ae7348 100644 --- a/src/cmds.c +++ b/src/cmds.c | |||
| @@ -108,7 +108,7 @@ right or to the left on the screen. This is in contrast with | |||
| 108 | DEFUN ("forward-line", Fforward_line, Sforward_line, 0, 1, "^p", | 108 | DEFUN ("forward-line", Fforward_line, Sforward_line, 0, 1, "^p", |
| 109 | doc: /* Move N lines forward (backward if N is negative). | 109 | doc: /* Move N lines forward (backward if N is negative). |
| 110 | Precisely, if point is on line I, move to the start of line I + N | 110 | Precisely, if point is on line I, move to the start of line I + N |
| 111 | \("start of line" in the logical order). | 111 | ("start of line" in the logical order). |
| 112 | If there isn't room, go as far as possible (no error). | 112 | If there isn't room, go as far as possible (no error). |
| 113 | 113 | ||
| 114 | Returns the count of lines left to move. If moving forward, | 114 | Returns the count of lines left to move. If moving forward, |