Skip to content

Commit fdb83ec

Browse files
committed
Fix a docstring
1 parent 7320c8d commit fdb83ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cider-interaction.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ backend, and ABBREVIATION is a short form of that type."
177177
:package-version '(cider . "0.9.0"))
178178

179179
(defcustom cider-completion-annotations-include-ns 'unqualified
180-
"Controls passing of namespaces to `cider-annotate-completion-function.'
180+
"Controls passing of namespaces to `cider-annotate-completion-function'.
181181
182182
When set to 'always, the candidate's namespace will always be passed if it
183-
is available. When set to 'unqualified, the namespace will only be passed
183+
is available. When set to 'unqualified, the namespace will only be passed
184184
if the candidate is not namespace-qualified."
185185
:type '(choice (const always)
186186
(const unqualified)

0 commit comments

Comments
 (0)