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

Project File Commands manual clarification

* doc/emacs/maintaining.texi (Project File Commands): Clarify what
happens with the file name under point.
This commit is contained in:
Lars Ingebrigtsen 2021-09-14 13:21:47 +02:00
parent 1e83d04214
commit eeb6d9d221
2 changed files with 4 additions and 1 deletions

View File

@ -1735,7 +1735,8 @@ the full file name of the file to visit, you can type only the file's
base name (i.e., omit the leading directories). In addition, the
completion candidates considered by the command include only the files
belonging to the current project, and nothing else. If there's a file
name at point, this command offers that file as the default to visit.
name at point, this command offers that file as the first element of
the ``future history''.
@findex project-find-regexp
The command @kbd{C-x p g} (@code{project-find-regexp}) is similar to

View File

@ -2342,10 +2342,12 @@ This specifies the file in which to save the list of known projects.
This command lets you interactively remove an entry from the list of projects
in 'project-list-file'.
---
*** 'project-find-file' now accepts non-existent file names.
This is to allow easy creation of files inside some nested
sub-directory.
+++
*** 'project-find-file' doesn't use the string at point as default input.
Now it's only suggested as part of the "future history".