emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/projectile 0eef60710a 4/4: Tweak a docstring


From: ELPA Syncer
Subject: [nongnu] elpa/projectile 0eef60710a 4/4: Tweak a docstring
Date: Sun, 30 Oct 2022 11:59:22 -0400 (EDT)

branch: elpa/projectile
commit 0eef60710a844b1bd3af0ecb4a5c548d542fd3fd
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]