@@ -129,7 +129,7 @@ defaults to the variable `fill-column'."
129
129
:package-version '(cider . " 0.15.0" ))
130
130
131
131
(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.
133
133
The `cider-toggle-content-types' command can be used to interactively
134
134
change the setting's value."
135
135
:type 'boolean
@@ -840,7 +840,7 @@ pair of numbers `(x . y)' encoding an arbitrary margin."
840
840
(defun cider-repl--image (data type datap )
841
841
" A helper for creating images with CIDER's image options.
842
842
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
844
844
is a symbol indicating the image type. DATAP indicates whether the image is
845
845
the raw image data or a filename.
846
846
@@ -884,9 +884,9 @@ REPL buffer to insert into, the value of the given content type as a raw
884
884
string, the REPL's show prefix as any and an `end-of-line' flag.
885
885
886
886
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
890
890
nREPL ops, it may be convenient to prevent inserting a prompt."
891
891
:group 'cider-repl
892
892
:package-version '(cider . " 0.17.0" ))
0 commit comments