We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff988e commit 900dc19Copy full SHA for 900dc19
clj-refactor.el
@@ -2526,8 +2526,7 @@ See: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-promote-function
2526
(thread-first s (split-string "\\(\r\n\\|[\n\r]\\)") car string-trim))
2527
2528
(defun cljr--project-relative-path (path)
2529
- "Denormalize PATH to make to make it relative to the project
2530
-root."
+ "Denormalize PATH to make it relative to the project root."
2531
(string-remove-prefix (cljr--project-dir) path))
2532
2533
(defun cljr--get-valid-filename (hash)
0 commit comments