From 900dc19d07d6cb3ed41951416258bbe8613b0c85 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sat, 29 Feb 2020 11:52:49 +0200 Subject: [PATCH] Fix a docstring --- clj-refactor.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clj-refactor.el b/clj-refactor.el index 2b61c40d..0447e0cc 100644 --- a/clj-refactor.el +++ b/clj-refactor.el @@ -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)