From 40dcdfc4d56b6cc97ccfa1495e797c4e000c26a7 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 6 Mar 2025 09:43:11 +0200 Subject: [PATCH] ; * doc/emacs/maintaining.texi (Managing Projects): Fix wording. (cherry picked from commit 2a8cf3ca5f91036c9731ab3b062426a56b1d8195) --- doc/emacs/maintaining.texi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 2.39.5