]> code.delx.au - gnu-emacs/blobdiff - lisp/emulation/edt-mapper.el
* progmodes/cfengine.el: Add CFEngine 3.x syntax highlighting and support.
[gnu-emacs] / lisp / emulation / edt-mapper.el
index 99d204692fa1d414809394296f586d62a1bfe9c1..e58656d7941898d56a4eb058e4625f5cb6872527 100644 (file)
 ;;; Logic in simple.el maps some of these unassigned function keys to
 ;;; ordinary typing keys.  Where this is the case, a call to
 ;;; read-key-sequence, below, does not return the name of the function
-;;; key pressd by the user but, instead, it returns the name of the
+;;; key pressed by the user but, instead, it returns the name of the
 ;;; key to which it has been mapped.  It needs to know the name of the
 ;;; key pressed by the user. As a workaround, we assign a function to
 ;;; each of the unassigned function keys of interest, here.  These