diff lisp/term/internal.el @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents cc15677e0335
children
line wrap: on
line diff
--- a/lisp/term/internal.el	Mon Aug 13 11:06:08 2007 +0200
+++ b/lisp/term/internal.el	Mon Aug 13 11:07:10 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])