diff options
| author | Chong Yidong | 2012-01-06 18:53:41 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-01-06 18:53:41 +0800 |
| commit | 89bd9ccd5bf4c2553bb1403ba71f4ed51dbb09b5 (patch) | |
| tree | b2015490fad1c12f4b1504ae299f1f4bcb173ab3 /doc/lispref/ChangeLog | |
| parent | 8034735f6fac4719a402face6d31e97f6c067803 (diff) | |
| download | emacs-89bd9ccd5bf4c2553bb1403ba71f4ed51dbb09b5.tar.gz emacs-89bd9ccd5bf4c2553bb1403ba71f4ed51dbb09b5.zip | |
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 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 883eaf13356..1365e016cca 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-01-06 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * variables.texi (Directory Local Variables): Document | ||
| 4 | hack-dir-local-variables-non-file-buffer. | ||
| 5 | |||
| 1 | 2012-01-06 Glenn Morris <rgm@gnu.org> | 6 | 2012-01-06 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * maps.texi (Standard Keymaps): Refer to Info-edit by name | 8 | * maps.texi (Standard Keymaps): Refer to Info-edit by name |