diff lisp/emacs-lisp/lisp-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 6c9b5f6dca70
children 45169f86d3a4
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el	Wed Jun 09 11:33:38 1993 +0000
+++ b/lisp/emacs-lisp/lisp-mode.el	Wed Jun 09 11:59:12 1993 +0000
@@ -371,7 +371,7 @@
 		 (parse-partial-sexp (point) last-sexp 0 t)
 		 (backward-prefix-chars)))))
       ;; Point is at the point to indent under unless we are inside a string.
-      ;; Call indentation hook except when overriden by lisp-indent-offset
+      ;; Call indentation hook except when overridden by lisp-indent-offset
       ;; or if the desired indentation has already been computed.
       (let ((normal-indent (current-column)))
         (cond ((elt state 3)