diff options
author | Chong Yidong <cyd@gnu.org> | 2012-01-06 18:53:41 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-01-06 18:53:41 +0800 |
commit | 89bd9ccd5bf4c2553bb1403ba71f4ed51dbb09b5 (patch) | |
tree | b2015490fad1c12f4b1504ae299f1f4bcb173ab3 /admin | |
parent | 8034735f6fac4719a402face6d31e97f6c067803 (diff) |
More customization-related documentation updates.
* doc/emacs/custom.texi (Specifying File Variables): The mode: keyword
doesn't have to be first anymore. Add example of specifying minor
modes.
(Directory Variables): Simplify example. Mention application to
non-file buffers.
(Disabling): Use "initialization file" terminology.
(Init Examples): Fix hook example.
* doc/lispref/variables.texi (Directory Local Variables): Document
hack-dir-local-variables-non-file-buffer.
* lisp/files.el (hack-dir-local-variables-non-file-buffer): Add doc.
(hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
functions, along with 1 and -1.
Diffstat (limited to 'admin')
-rw-r--r-- | admin/FOR-RELEASE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 337425530f..a08f5e76b0 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -135,7 +135,7 @@ calendar.texi cal-xtra.texi cmdargs.texi commands.texi cyd -custom.texi +custom.texi cyd dired.texi cyd dired-xtra.texi display.texi cyd |