Skip to content

Commit

Permalink
Fix checkdoc warning (#1707)
Browse files Browse the repository at this point in the history
  • Loading branch information
markgdawson authored Sep 13, 2021
1 parent 6516a9c commit 17c152b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,7 @@ A value of nil means the cache never expires."
:package-version '(projectile . "2.3.0"))

(defcustom projectile-auto-update-cache t
"Whether the cache should automatically be updated when files are opened or
deleted."
"Whether cache is automatically updated when files are opened or deleted."
:group 'projectile
:type 'boolean)

Expand Down

0 comments on commit 17c152b

Please sign in to comment.