branch: externals/smalltalk-mode commit 744fed873ca8ab8b4acc2e53fbc296819bdab1af Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
; Fix typos --- smalltalk-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smalltalk-mode.el b/smalltalk-mode.el index a9d7ebf5da..f4d2377087 100644 --- a/smalltalk-mode.el +++ b/smalltalk-mode.el @@ -656,7 +656,7 @@ Commands: (forward-char 1)) (smalltalk-forward-whitespace) ;; check to see if we were already at the start of a method - ;; in which case, the semantics are to go to the one preceeding + ;; in which case, the semantics are to go to the one preceding ;; this one (if (and (= here (point)) (/= start (point-min))) @@ -971,7 +971,7 @@ expressions." (beginning-of-line) (setq state (smalltalk-parse-sexp-and-narrow-to-paren)) (smalltalk-backward-whitespace) - (cond ((bobp) ;must be first statment in block or exp + (cond ((bobp) ;must be first statement in block or exp (if (nth 1 state) ;we're in a paren exp (if (looking-at "$") ;; block with no statements, indent by 4