changeset 100143:418a07b809e5

Correct speling.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 03 Dec 2008 03:24:49 +0000
parents 8c2641057470
children 36d20f829f38
files doc/emacs/custom.texi
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/emacs/custom.texi	Wed Dec 03 03:00:41 2008 +0000
+++ b/doc/emacs/custom.texi	Wed Dec 03 03:24:49 2008 +0000
@@ -1306,15 +1306,15 @@
 @code{dir-locals-set-directory-class}.  You can put calls to these functions in
 your @file{.emacs}; this can be useful when you can't put
 @file{.dir-locals.el} in the directory for some reason.  For
-example, you could apply settings to an unwriteable directory this
+example, you could apply settings to an unwritable directory this
 way:
 
 @example
-(dir-locals-set-class-variables 'unwriteable-directory
+(dir-locals-set-class-variables 'unwritable-directory
    '((nil . ((some-useful-setting . value)))))
 
 (dir-locals-set-directory-class
-   "/usr/include/" 'unwriteable-directory)
+   "/usr/include/" 'unwritable-directory)
 @end example
 
   Unsafe directory-local variables are handled in the same way as