diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-07-23 18:15:22 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-07-23 18:15:22 +0000 |
commit | f65069352a359e8994ec1c5d54a3f27209d6cab2 (patch) | |
tree | 91669744badd5eecdf2d6169ce3e4ca979b0e0dc /lisp/emulation | |
parent | 8c3c073af800978a11101a489f5e91bddf1b3b2f (diff) | |
download | emacs-f65069352a359e8994ec1c5d54a3f27209d6cab2.tar.gz |
(advance-direction): Set kp-f3, not kp-f1.
Diffstat (limited to 'lisp/emulation')
-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." "Set EDT Advance mode so keypad commands move forward." (interactive) (setq edt-direction-string " ADVANCE") - (global-set-key [kp-f1] 'isearch-forward) + (global-set-key [kp-f3] 'isearch-forward) (global-set-key [kp-8] 'scroll-window-up) (global-set-key [kp-7] 'next-paragraph) (global-set-key [kp-1] 'forward-to-word) |