diff options
| author | Michael Olson | 2008-05-23 06:30:37 +0000 |
|---|---|---|
| committer | Michael Olson | 2008-05-23 06:30:37 +0000 |
| commit | a3cdbdf8b4f10d7c1173d9bf30de0a74e81422ca (patch) | |
| tree | 318ea49a4e997f41e8a30cd1d8397481321f0be7 /doc | |
| parent | efdf1b43d7bb507aca5536ee1171bd1bf6cc32d5 (diff) | |
| download | emacs-a3cdbdf8b4f10d7c1173d9bf30de0a74e81422ca.tar.gz emacs-a3cdbdf8b4f10d7c1173d9bf30de0a74e81422ca.zip | |
custom.texi: Minor project settings fixes.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/custom.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index b7911e9c531..0089ebc1169 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-05-21 Tom Tromey <tromey@redhat.com> | ||
| 2 | |||
| 3 | * custom.texi (Directory Variables): Grammar fix. Link to Safe File | ||
| 4 | Variables node. | ||
| 5 | |||
| 1 | 2008-05-19 Tom Tromey <tromey@redhat.com> | 6 | 2008-05-19 Tom Tromey <tromey@redhat.com> |
| 2 | 7 | ||
| 3 | * custom.texi (Variables): Add Directory Variables to menu. | 8 | * custom.texi (Variables): Add Directory Variables to menu. |
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index a85925c0f05..d03a0a1657f 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi | |||
| @@ -1268,7 +1268,7 @@ variable. | |||
| 1268 | @cindex local variables in directories | 1268 | @cindex local variables in directories |
| 1269 | @cindex directory local variables | 1269 | @cindex directory local variables |
| 1270 | 1270 | ||
| 1271 | Emacs provides a way to specify local variable values per-directory. | 1271 | Emacs provides a mechanism to specify local variable values per-directory. |
| 1272 | This can be done one of two ways. | 1272 | This can be done one of two ways. |
| 1273 | 1273 | ||
| 1274 | The first approach is to put a special file, named | 1274 | The first approach is to put a special file, named |
| @@ -1320,7 +1320,7 @@ way: | |||
| 1320 | @end example | 1320 | @end example |
| 1321 | 1321 | ||
| 1322 | Unsafe directory-local variables are handled in the same way as | 1322 | Unsafe directory-local variables are handled in the same way as |
| 1323 | unsafe file-local variables. | 1323 | unsafe file-local variables (@pxref{Safe File Variables}). |
| 1324 | 1324 | ||
| 1325 | @node Key Bindings | 1325 | @node Key Bindings |
| 1326 | @section Customizing Key Bindings | 1326 | @section Customizing Key Bindings |