diff options
Diffstat (limited to 'lisp/emulation/edt.el')
-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 875cb173075..3770767fe92 100644 --- a/lisp/emulation/edt.el +++ b/lisp/emulation/edt.el @@ -391,7 +391,7 @@ The keys redefined by \\[edt-emulation-on] are given their old definitions." (global-set-key "\C-j" edt-mode-old-linefeed)) ;"LineFeed" (defvar GOLD-map (make-keymap) - "`GOLD-map' maps the function keys on the VT100 keyboard preceeded + "`GOLD-map' maps the function keys on the VT100 keyboard preceded by the PF1 key. GOLD is the ASCII the 7-bit escape sequence <ESC>OP.") (defalias 'GOLD-prefix GOLD-map) |