diff lisp/term/internal.el @ 367:a4f53d9b3154 r21-1-13

Import from CVS: tag r21-1-13
author cvs
date Mon, 13 Aug 2007 11:01:07 +0200
parents 376386a54a3c
children cc15677e0335
line wrap: on
line diff
--- a/lisp/term/internal.el	Mon Aug 13 11:00:13 2007 +0200
+++ b/lisp/term/internal.el	Mon Aug 13 11:01:07 2007 +0200
@@ -26,7 +26,7 @@
 ;; ---------------------------------------------------------------------------
 ;; keyboard setup -- that's simple!
 (set-input-mode nil nil 0)
-(define-key function-key-map [backspace] "\177") ; Normal behaviour for BS
+(define-key function-key-map [backspace] "\177") ; Normal behavior for BS
 (define-key function-key-map [delete] "\C-d")    ; ... and Delete
 (define-key function-key-map [tab] [?\t])
 (define-key function-key-map [linefeed] [?\n])