diff options
| author | Glenn Morris | 2010-04-14 19:05:36 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-04-14 19:05:36 -0700 |
| commit | 4d4e95223174bc3d8e816515e1ccca8bc67a75a1 (patch) | |
| tree | 5905e31066773538b47a0a9e0813eda2d08a6e3d /etc | |
| parent | 5854c2677e0a197d8adedfdf3d558b35f874beb7 (diff) | |
| download | emacs-4d4e95223174bc3d8e816515e1ccca8bc67a75a1.tar.gz emacs-4d4e95223174bc3d8e816515e1ccca8bc67a75a1.zip | |
Document new commands for manipulating local variable lists.
* custom.texi (Specifying File Variables, Directory Variables):
Document new commands for manipulating local variable lists.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -95,12 +95,14 @@ with `set-process-query-on-exit-flag'. | |||
| 95 | unconditionally. The previous behavior, toggling the mode, was | 95 | unconditionally. The previous behavior, toggling the mode, was |
| 96 | neither reliable nor generally desirable. | 96 | neither reliable nor generally desirable. |
| 97 | 97 | ||
| 98 | *** New commands for adding and removing file-local variables: | 98 | +++ |
| 99 | *** There are new commands for adding and removing file-local variables: | ||
| 99 | `add-file-local-variable', `delete-file-local-variable', | 100 | `add-file-local-variable', `delete-file-local-variable', |
| 100 | `add-file-local-variable-prop-line', and | 101 | `add-file-local-variable-prop-line', and |
| 101 | `delete-file-local-variable-prop-line'. | 102 | `delete-file-local-variable-prop-line'. |
| 102 | 103 | ||
| 103 | *** New commands for adding and removing directory-local variables, | 104 | +++ |
| 105 | *** There are new commands for adding and removing directory-local variables, | ||
| 104 | and copying them to and from file-local variable lists: | 106 | and copying them to and from file-local variable lists: |
| 105 | `add-dir-local-variable', `delete-dir-local-variable', | 107 | `add-dir-local-variable', `delete-dir-local-variable', |
| 106 | `copy-dir-locals-to-file-locals', | 108 | `copy-dir-locals-to-file-locals', |