Skip to content

Commit

Permalink
Fix a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Feb 29, 2020
1 parent eff988e commit 900dc19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clj-refactor.el
Original file line number Diff line number Diff line change
Expand Up @@ -2526,8 +2526,7 @@ See: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-promote-function
(thread-first s (split-string "\\(\r\n\\|[\n\r]\\)") car string-trim))

(defun cljr--project-relative-path (path)
"Denormalize PATH to make to make it relative to the project
root."
"Denormalize PATH to make it relative to the project root."
(string-remove-prefix (cljr--project-dir) path))

(defun cljr--get-valid-filename (hash)
Expand Down

0 comments on commit 900dc19

Please sign in to comment.