From: Eli Zaretskii Date: Thu, 6 Mar 2025 07:43:11 +0000 (+0200) Subject: ; * doc/emacs/maintaining.texi (Managing Projects): Fix wording. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40dcdfc4d56b6cc97ccfa1495e797c4e000c26a7;p=emacs.git ; * doc/emacs/maintaining.texi (Managing Projects): Fix wording. (cherry picked from commit 2a8cf3ca5f91036c9731ab3b062426a56b1d8195) --- diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index d69ca4df4e0..57f60a560b4 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -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