Rename project-{find-file-in-root,root-find-file}

* lisp/progmodes/project.el (project-root-find-file):
Rename from 'project-find-file-in-root' (bug#73044).
This commit is contained in:
Dmitry Gutov 2024-09-17 02:11:52 +03:00
parent 73427887d6
commit 8eb66cca78
2 changed files with 2 additions and 2 deletions

View file

@ -111,7 +111,7 @@ This hook allows you to control which tab-bar tabs are auto-resized.
** Project
---
*** New command 'project-find-file-in-root'.
*** New command 'project-root-find-file'.
It is equivalent to running project-any-command with find-file.

View file

@ -1073,7 +1073,7 @@ using a command like `project-find-file'."
filename))
;;;###autoload
(defun project-find-file-in-root (filename)
(defun project-root-find-file (filename)
"Edit file FILENAME.
Interactively, prompt for FILENAME, defaulting to the root directory of