]> git.eshelyaron.com Git - emacs.git/commitdiff
(advance-direction): Set kp-f3, not kp-f1.
authorRichard M. Stallman <rms@gnu.org>
Fri, 23 Jul 1993 18:15:22 +0000 (18:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 23 Jul 1993 18:15:22 +0000 (18:15 +0000)
lisp/emulation/edt.el

index 3770767fe9282330a245ca21327cad142b96ffd9..8e186d45abd2db98db623489b81c49031c010ada 100644 (file)
@@ -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)