summaryrefslogtreecommitdiff
path: root/elisp/geiser-autodoc.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2023-07-14 02:38:02 +0200
committerJonas Bernoulli <jonas@bernoul.li>2023-07-14 02:38:02 +0200
commitdc25a8868f39c9f572b051e9a7ea2b68f65aa2b2 (patch)
tree0d7534fb3fb8a98a341c8824e6484e2b1824f0fa /elisp/geiser-autodoc.el
parent83305e6bb5f13d68f8e31d457605b02d2a10c014 (diff)
downloadgeiser-dc25a8868f39c9f572b051e9a7ea2b68f65aa2b2.tar.gz
geiser-dc25a8868f39c9f572b051e9a7ea2b68f65aa2b2.tar.bz2
Fix typos
Diffstat (limited to 'elisp/geiser-autodoc.el')
-rw-r--r--elisp/geiser-autodoc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/geiser-autodoc.el b/elisp/geiser-autodoc.el
index abf1d97..67d3213 100644
--- a/elisp/geiser-autodoc.el
+++ b/elisp/geiser-autodoc.el
@@ -55,7 +55,7 @@ With this flag set, the signature of selected completions using
packages like company, corfu or completion-in-region functions
will be displayed in the echo area. For the case of a
completion-in-region function (e.g. consult's), which collects
-all the docstrings at once, this might have a performace impact:
+all the docstrings at once, this might have a performance impact:
you can set this variable to nil to avoid them."
:type 'boolean)