branch: elpa/projectile commit 0eef60710a844b1bd3af0ecb4a5c548d542fd3fd Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Tweak a docstring --- projectile.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projectile.el b/projectile.el index 78cb59af33..2afb1a6b0e 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)