From eb8c3be94e12644f506b8857e49ffef88046bb0b Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 9 Jun 1993 11:59:12 +0000 Subject: Apply typo patches from Paul Eggert. --- lisp/emacs-lisp/cl-indent.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/emacs-lisp/cl-indent.el') diff --git a/lisp/emacs-lisp/cl-indent.el b/lisp/emacs-lisp/cl-indent.el index f063f92ee7a..f6ad1854012 100644 --- a/lisp/emacs-lisp/cl-indent.el +++ b/lisp/emacs-lisp/cl-indent.el @@ -74,7 +74,7 @@ by `lisp-body-indent'.") ;; which does special things with subforms. (let ((depth 0) ;; Path describes the position of point in terms of - ;; list-structure with respect to contining lists. + ;; list-structure with respect to containing lists. ;; `foo' has a path of (0 4 1) in `((a b c (d foo) f) g)' (path ()) ;; set non-nil when somebody works out the indentation to use @@ -331,7 +331,7 @@ by `lisp-body-indent'.") path state indent-point sexp-column normal-indent)) (funcall (function lisp-indent-259) '((&whole nil &rest - ;; the following causes wierd indentation + ;; the following causes weird indentation ;;(&whole 1 1 2 nil) ) (&whole nil &rest 1)) -- cgit v1.2.3