]> git.eshelyaron.com Git - emacs.git/commitdiff
Project File Commands manual clarification
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 14 Sep 2021 11:21:47 +0000 (13:21 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 14 Sep 2021 11:21:47 +0000 (13:21 +0200)
* doc/emacs/maintaining.texi (Project File Commands): Clarify what
happens with the file name under point.

doc/emacs/maintaining.texi
etc/NEWS

index 4ec2b2d72a62f068bbb1ed9570afc6799719f635..4ee0f32bd5b0c4df392a9c1a94483e6dc7ac557a 100644 (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
index d4f4c81f8952e40ee08dbe68544d59c037240818..bba86984c8183216c04957d3a4b46b4bceee507e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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".