]> code.delx.au - gnu-emacs/blobdiff - lisp/term/rxvt.el
Fix typos.
[gnu-emacs] / lisp / term / rxvt.el
index 0e9de519c8cae66125905ace8ac2c0fb00ea266c..c784892ce6b25d0b53c1564d84a8074ab9335d35 100644 (file)
 
 (defvar rxvt-alternatives-map
   (let ((map (make-sparse-keymap)))
-    ;; The terminal intialization C code file might have initialized
+    ;; The terminal initialization C code file might have initialized
     ;; function keys F11->F42 from the termcap/terminfo information.  On
     ;; a PC-style keyboard these keys correspond to
     ;; MODIFIER-FUNCTION_KEY, where modifier is S-, C-, C-S-.  The
-    ;; code here subsitutes the corresponding defintions in
+    ;; code here substitutes the corresponding definitions in
     ;; function-key-map.  This substitution is needed because if a key
     ;; definition if found in function-key-map, there are no further
     ;; lookups in other keymaps.