aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-07-23 18:15:22 +0000
committerRichard M. Stallman1993-07-23 18:15:22 +0000
commitf65069352a359e8994ec1c5d54a3f27209d6cab2 (patch)
tree91669744badd5eecdf2d6169ce3e4ca979b0e0dc
parent8c3c073af800978a11101a489f5e91bddf1b3b2f (diff)
downloademacs-f65069352a359e8994ec1c5d54a3f27209d6cab2.tar.gz
emacs-f65069352a359e8994ec1c5d54a3f27209d6cab2.zip
(advance-direction): Set kp-f3, not kp-f1.
-rw-r--r--lisp/emulation/edt.el2
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)