]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/project.el (project-find-file-in-root): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 6 Sep 2024 17:43:33 +0000 (20:43 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 8 Sep 2024 11:23:56 +0000 (13:23 +0200)
(cherry picked from commit 6cc87d07dd8aea1d1a1669df51a872adb7ccf9c5)

lisp/progmodes/project.el

index 9c87b1872bfb2abb5868046dfc1c7fb2d22c744b..92617ff51767c9c25dabe83b50ecdacdbc7b3750 100644 (file)
@@ -1074,7 +1074,7 @@ using a command like `project-find-file'."
 
 ;;;###autoload
 (defun project-find-file-in-root ()
-  "Call `find-file' in the current project root.
+  "Call `find-file' with the current project root as `default-directory'.
 
 Unlike `project-find-file', this doesn't provide completion over the
 entire file tree.