diff lisp/progmodes/scheme.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 10e417efb12a
children c40e283c262b
line wrap: on
line diff
--- a/lisp/progmodes/scheme.el	Wed Jun 09 11:33:38 1993 +0000
+++ b/lisp/progmodes/scheme.el	Wed Jun 09 11:59:12 1993 +0000
@@ -268,7 +268,7 @@
       (if first-sexp-list-p
 	  (setq desired-indent (current-column)))
       ;; Point is at the point to indent under unless we are inside a string.
-      ;; Call indentation hook except when overriden by scheme-indent-offset
+      ;; Call indentation hook except when overridden by scheme-indent-offset
       ;; or if the desired indentation has already been computed.
       (cond ((car (nthcdr 3 state))
 	     ;; Inside a string, don't change indentation.