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:
parent
73427887d6
commit
8eb66cca78
2 changed files with 2 additions and 2 deletions
2
etc/NEWS
2
etc/NEWS
|
@ -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’.
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue