aboutsummaryrefslogtreecommitdiff
path: root/projectile.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.dev>2022-10-30 17:34:48 +0200
committerBozhidar Batsov <bozhidar@batsov.dev>2022-10-30 17:34:48 +0200
commit0eef60710a844b1bd3af0ecb4a5c548d542fd3fd (patch)
tree1737ed7b13c4f21a490823706d62738f8de7f976 /projectile.el
parentd4d5b2b34ece991d9353d7d7b8546fda767ad49d (diff)
Tweak a docstring
Diffstat (limited to 'projectile.el')
-rw-r--r--projectile.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/projectile.el b/projectile.el
index 78cb59a..2afb1a6 100644
--- a/projectile.el
+++ b/projectile.el
@@ -2438,7 +2438,8 @@ Parameters MODE VARIABLE VALUE are passed directly to `add-dir-local-variable'."
(defun projectile-delete-dir-local-variable (mode variable)
"Run `delete-dir-local-variable' with .dir-locals.el in root of project.
-Parameters MODE VARIABLE VALUE are passed directly to `delete-dir-local-variable'."
+Parameters MODE VARIABLE VALUE are passed directly to
+`delete-dir-local-variable'."
(let ((inhibit-read-only t)
(default-directory (projectile-acquire-root)))
(delete-dir-local-variable mode variable)