summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-12 23:36:08 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-12 23:36:08 +0100
commit595d57373934ad94423c7f37a6c9cce5df81ec6c (patch)
treeda5c43e722ca3d773d9305d0a8646feaf21267af
parent3a8804f8516c41d25d4b94560fe5f0177d786d95 (diff)
; Fix typosexternals/fsm
-rw-r--r--fsm.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/fsm.el b/fsm.el
index 94a8462..3be0e03 100644
--- a/fsm.el
+++ b/fsm.el
@@ -28,7 +28,7 @@
;; fsm.el is an exercise in metaprogramming inspired by gen_fsm of
;; Erlang/OTP. It aims to make asynchronous programming in Emacs Lisp
;; easy and fun. By "asynchronous" I mean that long-lasting tasks
-;; don't interfer with normal editing.
+;; don't interfere with normal editing.
;; Some people say that it would be nice if Emacs Lisp had threads
;; and/or continuations. They are probably right, but there are few
@@ -249,7 +249,7 @@ TIMEOUT A number: send timeout event after this many seconds
(callback-name 'callback)
(event-name 'event))
"Define a state machine class called NAME, along with its STATES.
-This macro is (further) syntatic sugar for `define-state-machine',
+This macro is (further) syntactic sugar for `define-state-machine',
`define-state' and `define-enter-state' macros, q.v.
NAME is a symbol. Everything else is specified with a keyword arg.