Mercurial > emacs
diff src/cmds.c @ 54011:b7bf96cb1f23
(Fend_of_line): Doc fix.
| author | Eli Zaretskii <eliz@is.elta.co.il> |
|---|---|
| date | Mon, 16 Feb 2004 19:12:46 +0000 |
| parents | 695cf19ef79e |
| children | a8fa7c632ee4 |
line wrap: on
line diff
--- a/src/cmds.c Mon Feb 16 18:45:30 2004 +0000 +++ b/src/cmds.c Mon Feb 16 19:12:46 2004 +0000 @@ -181,7 +181,7 @@ doc: /* Move point to end of current line. With argument N not nil or 1, move forward N - 1 lines first. If point reaches the beginning or end of buffer, it stops there. -To ignore intangibility, bind `inhibit-text-motion-hooks' to t. +To ignore intangibility, bind `inhibit-point-motion-hooks' to t. This command does not move point across a field boundary unless doing so would move beyond there to a different line; if N is nil or 1, and
