diff options
| author | Eli Zaretskii | 2004-02-16 19:12:46 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2004-02-16 19:12:46 +0000 |
| commit | 6ff67d57ae55795a0a468f11baf964a7cd9de3c4 (patch) | |
| tree | b39579182ea55b5a8b395235721907e2a84542cd /src | |
| parent | c33b76da3e3e05e396c9ed5dad711caa1a9c6962 (diff) | |
| download | emacs-6ff67d57ae55795a0a468f11baf964a7cd9de3c4.tar.gz emacs-6ff67d57ae55795a0a468f11baf964a7cd9de3c4.zip | |
(Fend_of_line): Doc fix.
Diffstat (limited to 'src')
| -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 02e9e723881..b989bab46ee 100644 --- a/src/cmds.c +++ b/src/cmds.c | |||
| @@ -181,7 +181,7 @@ DEFUN ("end-of-line", Fend_of_line, Send_of_line, 0, 1, "p", | |||
| 181 | doc: /* Move point to end of current line. | 181 | doc: /* Move point to end of current line. |
| 182 | With argument N not nil or 1, move forward N - 1 lines first. | 182 | With argument N not nil or 1, move forward N - 1 lines first. |
| 183 | If point reaches the beginning or end of buffer, it stops there. | 183 | If point reaches the beginning or end of buffer, it stops there. |
| 184 | To ignore intangibility, bind `inhibit-text-motion-hooks' to t. | 184 | To ignore intangibility, bind `inhibit-point-motion-hooks' to t. |
| 185 | 185 | ||
| 186 | This command does not move point across a field boundary unless doing so | 186 | This command does not move point across a field boundary unless doing so |
| 187 | would move beyond there to a different line; if N is nil or 1, and | 187 | would move beyond there to a different line; if N is nil or 1, and |