diff lisp/textmodes/text-mode.el @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents 9e7ec92a4fdf
children 5a2c0c38a0a1
line wrap: on
line diff
--- a/lisp/textmodes/text-mode.el	Wed Jun 09 11:33:38 1993 +0000
+++ b/lisp/textmodes/text-mode.el	Wed Jun 09 11:59:12 1993 +0000
@@ -80,7 +80,7 @@
 
 (if indented-text-mode-map
     ()
-  ;; Make different definintion for TAB before the one in text-mode-map, but
+  ;; Make different definition for TAB before the one in text-mode-map, but
   ;; share the rest.
   (let ((newmap (make-sparse-keymap)))
     (define-key newmap "\t" 'indent-relative)