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

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

[elpa] externals/sotlisp 3ecc917 02/11: fix some typos


From: Stefan Monnier
Subject: [elpa] externals/sotlisp 3ecc917 02/11: fix some typos
Date: Fri, 26 Mar 2021 22:43:53 -0400 (EDT)

branch: externals/sotlisp
commit 3ecc91761820bc7cb2599b4859d9d445c8d57942
Author: John Kitchin <jkitchin@andrew.cmu.edu>
Commit: John Kitchin <jkitchin@andrew.cmu.edu>

    fix some typos
---
 sotlisp.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sotlisp.el b/sotlisp.el
index 6f279a3..7fecb78 100644
--- a/sotlisp.el
+++ b/sotlisp.el
@@ -43,7 +43,7 @@
 ;; place where you would use a function, so hitting SPC after "(r"
 ;; expands to "(require '", but hitting SPC after "(delete-region r"
 ;; will NOT expand the `r', because that's obviously not a function.
-;; Furtheromre, "#'r" will expand to "#'require" (note how it ommits
+;; Furthermore, "#'r" will expand to "#'require" (note how it omits
 ;; that extra quote, since it would be useless here).
 ;;
 ;;; Commands
@@ -65,7 +65,7 @@
 ;; - C-c v :: Same, but for variable.
 ;;
 ;; With these commands, you just write your code as you think of it.  Once
-;; you hit a "stop-point" of sorts in your tought flow, you hit `C-c f/v`
+;; you hit a "stop-point" of sorts in your thought flow, you hit `C-c f/v`
 ;; on any undefined functions/variables, write their definitions, and hit
 ;; `C-u C-SPC` to go back to the main function.
 ;;



reply via email to

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