aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/custom.texi4
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 @@
12008-05-21 Tom Tromey <tromey@redhat.com>
2
3 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
4 Variables node.
5
12008-05-19 Tom Tromey <tromey@redhat.com> 62008-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.
1272This can be done one of two ways. 1272This 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
1323unsafe file-local variables. 1323unsafe 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