]> git.eshelyaron.com Git - emacs.git/commitdiff
custom.texi: Minor project settings fixes.
authorMichael Olson <mwolson@gnu.org>
Fri, 23 May 2008 06:30:37 +0000 (06:30 +0000)
committerMichael Olson <mwolson@gnu.org>
Fri, 23 May 2008 06:30:37 +0000 (06:30 +0000)
doc/emacs/ChangeLog
doc/emacs/custom.texi

index b7911e9c531491167d5e0d08f3d39c612ad7b0b7..0089ebc11692e71525786d08dfc09c2c65cc7b6f 100644 (file)
@@ -1,3 +1,8 @@
+2008-05-21  Tom Tromey  <tromey@redhat.com>
+
+       * custom.texi (Directory Variables): Grammar fix.  Link to Safe File
+       Variables node.
+
 2008-05-19  Tom Tromey  <tromey@redhat.com>
 
        * custom.texi (Variables): Add Directory Variables to menu.
index a85925c0f05d910f342f325f6035de9a073e8226..d03a0a1657fcf9b39b3e55770c946d39566983a2 100644 (file)
@@ -1268,7 +1268,7 @@ variable.
 @cindex local variables in directories
 @cindex directory local variables
 
-  Emacs provides a way to specify local variable values per-directory.
+  Emacs provides a mechanism to specify local variable values per-directory.
 This can be done one of two ways.
 
   The first approach is to put a special file, named
@@ -1320,7 +1320,7 @@ way:
 @end example
 
   Unsafe directory-local variables are handled in the same way as
-unsafe file-local variables.
+unsafe file-local variables (@pxref{Safe File Variables}).
 
 @node Key Bindings
 @section Customizing Key Bindings