1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

; * lisp/progmodes/project.el (project-find-file-in-root): Doc fix.

This commit is contained in:
Eli Zaretskii 2024-09-06 20:43:33 +03:00
parent d879c40f68
commit 6cc87d07dd

View File

@ -1071,7 +1071,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.