diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-12 23:36:08 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-12 23:36:08 +0100 |
| commit | 595d57373934ad94423c7f37a6c9cce5df81ec6c (patch) | |
| tree | da5c43e722ca3d773d9305d0a8646feaf21267af | |
| parent | 3a8804f8516c41d25d4b94560fe5f0177d786d95 (diff) | |
; Fix typosexternals/fsm
| -rw-r--r-- | fsm.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
