summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-04-14 19:05:36 -0700
committerGlenn Morris <rgm@gnu.org>2010-04-14 19:05:36 -0700
commit8bd2670a214eda987fffdd13208e99517d08e21f (patch)
tree24fdb2d9828b247078ef89afaeac3994ee833e2b /etc
parentbe91d340136379e84e0e13d7e9c34354ef690193 (diff)
downloademacs-8bd2670a214eda987fffdd13208e99517d08e21f.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')
-rw-r--r--etc/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0d6bfbf52aa..101967fdd35 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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',