diff options
author | Jonas Bernoulli <jonas@bernoul.li> | 2023-07-14 02:38:02 +0200 |
---|---|---|
committer | Jonas Bernoulli <jonas@bernoul.li> | 2023-07-14 02:38:02 +0200 |
commit | dc25a8868f39c9f572b051e9a7ea2b68f65aa2b2 (patch) | |
tree | 0d7534fb3fb8a98a341c8824e6484e2b1824f0fa /elisp/geiser-custom.el | |
parent | 83305e6bb5f13d68f8e31d457605b02d2a10c014 (diff) | |
download | geiser-dc25a8868f39c9f572b051e9a7ea2b68f65aa2b2.tar.gz geiser-dc25a8868f39c9f572b051e9a7ea2b68f65aa2b2.tar.bz2 |
Fix typos
Diffstat (limited to 'elisp/geiser-custom.el')
-rw-r--r-- | elisp/geiser-custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/geiser-custom.el b/elisp/geiser-custom.el index 2b8a202..4b42d91 100644 --- a/elisp/geiser-custom.el +++ b/elisp/geiser-custom.el @@ -53,7 +53,7 @@ That list is used by `geiser-reload' to preserve the values of the listed variables. It is not used for anything else." ;; FIXME Remembering the value like this is not actually - ;; necessary. Evaluting `defcustom' always preserves the + ;; necessary. Evaluating `defcustom' always preserves the ;; existing value, if any. (declare (doc-string 3) (debug (name body)) (indent 2)) `(progn |