From baea55bffb44722bda16b35b4552e79cf6028a15 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 6 Sep 2024 20:43:33 +0300 Subject: [PATCH] ; * lisp/progmodes/project.el (project-find-file-in-root): Doc fix. (cherry picked from commit 6cc87d07dd8aea1d1a1669df51a872adb7ccf9c5) --- lisp/progmodes/project.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index 9c87b1872bf..92617ff5176 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -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. -- 2.39.5