Skip to content

Commit 004ae91

Browse files
committed
Fix a couple of elint warnings
1 parent a4f1ae4 commit 004ae91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cider-repl.el

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ defaults to the variable `fill-column'."
129129
:package-version '(cider . "0.15.0"))
130130

131131
(defcustom cider-repl-use-content-types t
132-
"Control whether REPL results are presented using content-type information or not.
132+
"Control whether REPL results are presented using content-type information.
133133
The `cider-toggle-content-types' command can be used to interactively
134134
change the setting's value."
135135
:type 'boolean
@@ -840,7 +840,7 @@ pair of numbers `(x . y)' encoding an arbitrary margin."
840840
(defun cider-repl--image (data type datap)
841841
"A helper for creating images with CIDER's image options.
842842
843-
FILE-OR-DATA is either the path to an image or its base64 coded data. TYPE
843+
DATA is either the path to an image or its base64 coded data. TYPE
844844
is a symbol indicating the image type. DATAP indicates whether the image is
845845
the raw image data or a filename.
846846
@@ -884,9 +884,9 @@ REPL buffer to insert into, the value of the given content type as a raw
884884
string, the REPL's show prefix as any and an `end-of-line' flag.
885885
886886
The return value of the handler should be a flag, indicating whether or not
887-
the REPL is ready for a prompt to be displayed. Most handlers should return
888-
`t', as the content-type response is (currently) an alternative to the
889-
value response. However for handlers which themselves issue subsequent
887+
the REPL is ready for a prompt to be displayed. Most handlers should return
888+
t, as the content-type response is (currently) an alternative to the
889+
value response . However for handlers which themselves issue subsequent
890890
nREPL ops, it may be convenient to prevent inserting a prompt."
891891
:group 'cider-repl
892892
:package-version '(cider . "0.17.0"))

0 commit comments

Comments
 (0)