summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2020-04-26 23:52:31 +0200
committerJonas Bernoulli <jonas@bernoul.li>2020-04-26 23:52:31 +0200
commit527fd8fa40b68c8b0ff96b14230df2b313150a57 (patch)
treef9604b9b333731ef56813f1e3980e28c9e599859
parentb52307215ab6e9530848b847513f757958ccb5e9 (diff)
downloadgeiser-guile-527fd8fa40b68c8b0ff96b14230df2b313150a57.tar.gz
geiser-guile-527fd8fa40b68c8b0ff96b14230df2b313150a57.tar.bz2
Fix typos
-rw-r--r--elisp/geiser-guile.el4
1 files 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)