* doc/emacs/maintaining.texi (Project File Commands): Clarify what
happens with the file name under point.
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
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".