aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorJuanma Barranquero2011-11-20 04:48:53 +0100
committerJuanma Barranquero2011-11-20 04:48:53 +0100
commitcd1181dbece7f23a801ce9c56b985f9466cd6511 (patch)
tree59d07d411c4de52f8e100fc1d71dbadd9095d1b2 /lisp/term
parent17e845af732cf7bd0ada49375f014e10deb3d06a (diff)
downloademacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.tar.gz
emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.zip
Fix typos.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/iris-ansi.el4
-rw-r--r--lisp/term/rxvt.el2
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/term/iris-ansi.el b/lisp/term/iris-ansi.el
index 574b8389818..3e06810cce6 100644
--- a/lisp/term/iris-ansi.el
+++ b/lisp/term/iris-ansi.el
@@ -136,8 +136,8 @@
136 136
137 (define-key map "\e[Z" [?\S-\t]) 137 (define-key map "\e[Z" [?\S-\t])
138 (define-key map "\e[072q" [?\C-\t]) 138 (define-key map "\e[072q" [?\C-\t])
139 ;; This only works if you remove the M-TAB keyring from the system.4Dwmrc 139 ;; This only works if you remove the M-TAB keybinding from the system.4Dwmrc
140 ;; our your ~/.4Dwmrc, if you use the 4Dwm window manager. 140 ;; or your ~/.4Dwmrc, if you use the 4Dwm window manager.
141 (define-key map "\e[073q" [?\M-\t]) 141 (define-key map "\e[073q" [?\M-\t])
142 142
143 (define-key map "\e[074q" [?\M-q]) 143 (define-key map "\e[074q" [?\M-q])
diff --git a/lisp/term/rxvt.el b/lisp/term/rxvt.el
index 14c4ce1c8b7..c784892ce6b 100644
--- a/lisp/term/rxvt.el
+++ b/lisp/term/rxvt.el
@@ -118,7 +118,7 @@
118 ;; function keys F11->F42 from the termcap/terminfo information. On 118 ;; function keys F11->F42 from the termcap/terminfo information. On
119 ;; a PC-style keyboard these keys correspond to 119 ;; a PC-style keyboard these keys correspond to
120 ;; MODIFIER-FUNCTION_KEY, where modifier is S-, C-, C-S-. The 120 ;; MODIFIER-FUNCTION_KEY, where modifier is S-, C-, C-S-. The
121 ;; code here subsitutes the corresponding definitions in 121 ;; code here substitutes the corresponding definitions in
122 ;; function-key-map. This substitution is needed because if a key 122 ;; function-key-map. This substitution is needed because if a key
123 ;; definition if found in function-key-map, there are no further 123 ;; definition if found in function-key-map, there are no further
124 ;; lookups in other keymaps. 124 ;; lookups in other keymaps.