diff options
| author | Richard M. Stallman | 1993-07-23 18:15:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-07-23 18:15:22 +0000 |
| commit | f65069352a359e8994ec1c5d54a3f27209d6cab2 (patch) | |
| tree | 91669744badd5eecdf2d6169ce3e4ca979b0e0dc | |
| parent | 8c3c073af800978a11101a489f5e91bddf1b3b2f (diff) | |
| download | emacs-f65069352a359e8994ec1c5d54a3f27209d6cab2.tar.gz emacs-f65069352a359e8994ec1c5d54a3f27209d6cab2.zip | |
(advance-direction): Set kp-f3, not kp-f1.
| -rw-r--r-- | lisp/emulation/edt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el index 3770767fe92..8e186d45abd 100644 --- a/lisp/emulation/edt.el +++ b/lisp/emulation/edt.el | |||
| @@ -290,7 +290,7 @@ Accepts a prefix argument for the number of paragraphs." | |||
| 290 | "Set EDT Advance mode so keypad commands move forward." | 290 | "Set EDT Advance mode so keypad commands move forward." |
| 291 | (interactive) | 291 | (interactive) |
| 292 | (setq edt-direction-string " ADVANCE") | 292 | (setq edt-direction-string " ADVANCE") |
| 293 | (global-set-key [kp-f1] 'isearch-forward) | 293 | (global-set-key [kp-f3] 'isearch-forward) |
| 294 | (global-set-key [kp-8] 'scroll-window-up) | 294 | (global-set-key [kp-8] 'scroll-window-up) |
| 295 | (global-set-key [kp-7] 'next-paragraph) | 295 | (global-set-key [kp-7] 'next-paragraph) |
| 296 | (global-set-key [kp-1] 'forward-to-word) | 296 | (global-set-key [kp-1] 'forward-to-word) |