diff options
| author | Chong Yidong | 2008-12-03 03:24:49 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-12-03 03:24:49 +0000 |
| commit | b13dfc1c190b607d66a4b4c548f40fe49af4443a (patch) | |
| tree | e9eab4958fc924e4deca101452c93869f7c067ea | |
| parent | e01bbc12664284b46d7937e4e948c50e0c0228de (diff) | |
| download | emacs-b13dfc1c190b607d66a4b4c548f40fe49af4443a.tar.gz emacs-b13dfc1c190b607d66a4b4c548f40fe49af4443a.zip | |
Correct speling.
| -rw-r--r-- | doc/emacs/custom.texi | 6 |
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 |
| 1307 | your @file{.emacs}; this can be useful when you can't put | 1307 | your @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 |
| 1309 | example, you could apply settings to an unwriteable directory this | 1309 | example, you could apply settings to an unwritable directory this |
| 1310 | way: | 1310 | way: |
| 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 |