@@ -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.
133133The `cider-toggle-content-types' command can be used to interactively
134134change 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
844844is a symbol indicating the image type. DATAP indicates whether the image is
845845the 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
884884string, the REPL's show prefix as any and an `end-of-line' flag.
885885
886886The 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
890890nREPL ops, it may be convenient to prevent inserting a prompt."
891891 :group 'cider-repl
892892 :package-version '(cider . " 0.17.0" ))
0 commit comments