Skip to content

Commit 4af94e6

Browse files
runswithd6sbbatsov
authored andcommitted
Fixed two checkdoc warnings
1 parent 53025bf commit 4af94e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inf-clojure.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,14 +353,14 @@ number (e.g. (\"localhost\" . 5555))."
353353

354354
(defcustom inf-clojure-custom-startup
355355
nil
356-
"Form to be used to start inf-clojure.
356+
"Form to be used to start `inf-clojure'.
357357
Can be a cons pair of (host . port) where host is a string and
358358
port is an integer, or a string to startup an interpreter like
359359
\"planck\".")
360360

361361
(defcustom inf-clojure-custom-repl-type
362362
nil
363-
"REPL type to use for inf-clojure process buffer.
363+
"REPL type to use for `inf-clojure' process buffer.
364364
Should be a symbol that is a key in `inf-clojure-repl-features'."
365365
:package-version '(inf-clojure . "3.0.0")
366366
:type '(choice (const :tag "clojure" clojure)

0 commit comments

Comments
 (0)