]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/emacs/maintaining.texi (Managing Projects): Fix wording.
authorEli Zaretskii <eliz@gnu.org>
Thu, 6 Mar 2025 07:43:11 +0000 (09:43 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Mar 2025 07:16:45 +0000 (08:16 +0100)
(cherry picked from commit 2a8cf3ca5f91036c9731ab3b062426a56b1d8195)

doc/emacs/maintaining.texi

index d69ca4df4e0f3e55d32fd6cb43008e2f9b259849..57f60a560b42ef8a13b1593cb4ec65dd55713f43 100644 (file)
@@ -2038,12 +2038,12 @@ it from the file.
 
 @vindex project-list-exclude
   The user option @code{project-list-exclude} may be set to always
-ignore certain projects from being remembered, and saved to
-@code{project-list-file}.  It is a list of regexps and predicates for
-project roots and objects.  The regexp specified is matched against the
-project root, and the predicate should take the project object as the
-only argument and should return non-@code{nil} if the project should not
-be saved to @code{project-list-file}.
+ignore certain projects from being remembered and saved to
+@code{project-list-file}.  It is a list of regular expressions and
+predicate functions for project roots and objects.  The regexp is
+matched against the project root, and the predicate should take the
+project object as the only argument and return non-@code{nil} if the
+project should @emph{not} be saved to @code{project-list-file}.
 
 @node Change Log
 @section Change Logs