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

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

[nongnu] elpa/geiser-guile 527fd8f 270/284: Fix typos


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-guile 527fd8f 270/284: Fix typos
Date: Sun, 1 Aug 2021 18:29:58 -0400 (EDT)

branch: elpa/geiser-guile
commit 527fd8fa40b68c8b0ff96b14230df2b313150a57
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Fix typos
---
 elisp/geiser-guile.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/elisp/geiser-guile.el b/elisp/geiser-guile.el
index cb67f41..522c4eb 100644
--- a/elisp/geiser-guile.el
+++ b/elisp/geiser-guile.el
@@ -66,13 +66,13 @@ this variable to t."
   :group 'geiser-guile)
 
 (geiser-custom--defcustom geiser-guile-debug-show-bt-p nil
-  "Whether to autmatically show a full backtrace when entering the debugger.
+  "Whether to automatically show a full backtrace when entering the debugger.
 If `nil', only the last frame is shown."
   :type 'boolean
   :group 'geiser-guile)
 
 (geiser-custom--defcustom geiser-guile-jump-on-debug-p nil
-  "Whether to autmatically jump to error when entering the debugger.
+  "Whether to automatically jump to error when entering the debugger.
 If `t', Geiser will use `next-error' to jump to the error's location."
   :type 'boolean
   :group 'geiser-guile)



reply via email to

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