diff options
author | Eli Zaretskii <eliz@gnu.org> | 2008-12-27 09:46:01 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2008-12-27 09:46:01 +0000 |
commit | 8103fc49969cc27644df6b4438a895610603f62f (patch) | |
tree | 388538cd5c23da32f042969c3fe0c1257c88fa7c /doc | |
parent | 7533b41880719b29df4b9c1675315520a6da645b (diff) | |
download | emacs-8103fc49969cc27644df6b4438a895610603f62f.tar.gz |
(Directory Variables): Fix wording of last change.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/custom.texi | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index 44f8d125b6c..1cf6f7d73aa 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -1266,11 +1266,10 @@ variable. @cindex directory local variables @cindex per-directory local variables - A software @dfn{project} is a collection of files on which you work -together as part of the project. Usually, the project's files are -kept in one or more directories. Occasionally, you may wish to define -Emacs settings that are common to all the files that belong to the -project. + A @dfn{project} is a collection of files on which you work together. +Usually, the project's files are kept in one or more directories. +Occasionally, you may wish to define Emacs settings that are common to +all the files that belong to the project. Emacs provides two ways to specify settings that are applicable to files in a specific directory: you can put a special file in that |