[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/crux c83c54d3d7 3/3: Tweak a docstring
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/crux c83c54d3d7 3/3: Tweak a docstring |
Date: |
Wed, 12 Feb 2025 15:59:55 -0500 (EST) |
branch: elpa/crux
commit c83c54d3d746e83861bcb22b0309c66a2d4db17f
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>
Tweak a docstring
---
crux.el | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/crux.el b/crux.el
index ae565228b3..3b50f08e00 100644
--- a/crux.el
+++ b/crux.el
@@ -735,8 +735,10 @@ Doesn't mess with special buffers."
(defun crux-find-current-directory-dir-locals-file (find-2)
"Edit the `.dir-locals.el' file for the current buffer in another window.
If prefix arg FIND-2 is set then edit the `.dir-locals-2.el' file instead
-of `.dir-locals.el'. Scans parent directories if the file does not exist in
-the default directory of the current buffer. If not found, create a new,
+of `.dir-locals.el'.
+
+Scans parent directories if the file does not exist in
+the default directory of the current buffer. If not found, create a new,
empty buffer in the current buffer's default directory, or if there is no
such directory, in the user's home directory."
(interactive "P")