aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-12-03 03:24:49 +0000
committerChong Yidong2008-12-03 03:24:49 +0000
commitb13dfc1c190b607d66a4b4c548f40fe49af4443a (patch)
treee9eab4958fc924e4deca101452c93869f7c067ea
parente01bbc12664284b46d7937e4e948c50e0c0228de (diff)
downloademacs-b13dfc1c190b607d66a4b4c548f40fe49af4443a.tar.gz
emacs-b13dfc1c190b607d66a4b4c548f40fe49af4443a.zip
Correct speling.
-rw-r--r--doc/emacs/custom.texi6
1 files 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
1306@code{dir-locals-set-directory-class}. You can put calls to these functions in 1306@code{dir-locals-set-directory-class}. You can put calls to these functions in
1307your @file{.emacs}; this can be useful when you can't put 1307your @file{.emacs}; this can be useful when you can't put
1308@file{.dir-locals.el} in the directory for some reason. For 1308@file{.dir-locals.el} in the directory for some reason. For
1309example, you could apply settings to an unwriteable directory this 1309example, you could apply settings to an unwritable directory this
1310way: 1310way:
1311 1311
1312@example 1312@example
1313(dir-locals-set-class-variables 'unwriteable-directory 1313(dir-locals-set-class-variables 'unwritable-directory
1314 '((nil . ((some-useful-setting . value))))) 1314 '((nil . ((some-useful-setting . value)))))
1315 1315
1316(dir-locals-set-directory-class 1316(dir-locals-set-directory-class
1317 "/usr/include/" 'unwriteable-directory) 1317 "/usr/include/" 'unwritable-directory)
1318@end example 1318@end example
1319 1319
1320 Unsafe directory-local variables are handled in the same way as 1320 Unsafe directory-local variables are handled in the same way as