diff options
author | Glenn Morris <rgm@gnu.org> | 2010-04-14 19:05:36 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-04-14 19:05:36 -0700 |
commit | 4d4e95223174bc3d8e816515e1ccca8bc67a75a1 (patch) | |
tree | 5905e31066773538b47a0a9e0813eda2d08a6e3d /etc/NEWS | |
parent | 5854c2677e0a197d8adedfdf3d558b35f874beb7 (diff) | |
download | emacs-4d4e95223174bc3d8e816515e1ccca8bc67a75a1.tar.gz |
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/NEWS')
-rw-r--r-- | etc/NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -95,12 +95,14 @@ with `set-process-query-on-exit-flag'. unconditionally. The previous behavior, toggling the mode, was neither reliable nor generally desirable. -*** New commands for adding and removing file-local variables: ++++ +*** There are new commands for adding and removing file-local variables: `add-file-local-variable', `delete-file-local-variable', `add-file-local-variable-prop-line', and `delete-file-local-variable-prop-line'. -*** New commands for adding and removing directory-local variables, ++++ +*** There are new commands for adding and removing directory-local variables, and copying them to and from file-local variable lists: `add-dir-local-variable', `delete-dir-local-variable', `copy-dir-locals-to-file-locals', |