From b13dfc1c190b607d66a4b4c548f40fe49af4443a Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 3 Dec 2008 03:24:49 +0000 Subject: [PATCH] Correct speling. --- doc/emacs/custom.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2