Skip to content

Commit

Permalink
Fix a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Nov 25, 2020
1 parent 1aa1b0b commit c90e6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -3075,7 +3075,7 @@ Fallback to DEFAULT-VALUE for missing attributes."
(projectile-project-type-attribute project-type 'test-dir "test/"))

(defun projectile-dirname-matching-count (a b)
"Count matching dirnames ascending file paths."
"Count matching dirnames ascending file paths in A and B."
(setq a (reverse (split-string (or (file-name-directory a) "") "/" t))
b (reverse (split-string (or (file-name-directory b) "") "/" t)))
(let ((common 0))
Expand Down

0 comments on commit c90e6dd

Please sign in to comment.