; * doc/emacs/maintaining.texi (Managing Projects): Fix wording.
This commit is contained in:
parent
6aa60038ee
commit
2a8cf3ca5f
1 changed files with 6 additions and 6 deletions
|
@ -2043,12 +2043,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
|
||||
|
|
Loading…
Add table
Reference in a new issue