branch: elpa/crux
commit c83c54d3d746e83861bcb22b0309c66a2d4db17f
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@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")

Reply via email to