emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/smalltalk-mode 744fed873c: ; Fix typos


From: Stefan Kangas
Subject: [elpa] externals/smalltalk-mode 744fed873c: ; Fix typos
Date: Mon, 12 Dec 2022 17:01:21 -0500 (EST)

branch: externals/smalltalk-mode
commit 744fed873ca8ab8b4acc2e53fbc296819bdab1af
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]