From: Chong Yidong Date: Wed, 3 Dec 2008 03:24:49 +0000 (+0000) Subject: Correct speling. X-Git-Tag: emacs-pretest-23.0.90~1345 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b13dfc1c190b607d66a4b4c548f40fe49af4443a;p=emacs.git Correct speling. --- diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index a00abe0457c..351412cc5cb 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -1306,15 +1306,15 @@ to tell Emacs which directory roots correspond to that class, using @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