From: Eli Zaretskii Date: Fri, 6 Sep 2024 17:43:33 +0000 (+0300) Subject: ; * lisp/progmodes/project.el (project-find-file-in-root): Doc fix. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=baea55bffb44722bda16b35b4552e79cf6028a15;p=emacs.git ; * lisp/progmodes/project.el (project-find-file-in-root): Doc fix. (cherry picked from commit 6cc87d07dd8aea1d1a1669df51a872adb7ccf9c5) --- 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.