diff options
| author | Kenichi Handa | 2004-04-16 12:51:06 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-04-16 12:51:06 +0000 |
| commit | 6b61353c0a0320ee15bb6488149735381fed62ec (patch) | |
| tree | e69adba60e504a5a37beb556ad70084de88a7aab /src/cmds.c | |
| parent | dc6a28319312fe81f7a1015e363174022313f0bd (diff) | |
| download | emacs-6b61353c0a0320ee15bb6488149735381fed62ec.tar.gz emacs-6b61353c0a0320ee15bb6488149735381fed62ec.zip | |
Sync to HEAD
Diffstat (limited to 'src/cmds.c')
| -rw-r--r-- | src/cmds.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/cmds.c b/src/cmds.c index 2e63b2fbb52..1ac81af45a1 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 |
| @@ -627,3 +627,6 @@ keys_of_cmds () | |||
| 627 | initial_define_key (global_map, Ctl ('F'), "forward-char"); | 627 | initial_define_key (global_map, Ctl ('F'), "forward-char"); |
| 628 | initial_define_key (global_map, 0177, "delete-backward-char"); | 628 | initial_define_key (global_map, 0177, "delete-backward-char"); |
| 629 | } | 629 | } |
| 630 | |||
| 631 | /* arch-tag: 022ba3cd-67f9-4978-9c5d-7d2b18d8644e | ||
| 632 | (do not change this comment) */ | ||