aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2010-04-14 19:05:36 -0700
committerGlenn Morris2010-04-14 19:05:36 -0700
commit4d4e95223174bc3d8e816515e1ccca8bc67a75a1 (patch)
tree5905e31066773538b47a0a9e0813eda2d08a6e3d /etc
parent5854c2677e0a197d8adedfdf3d558b35f874beb7 (diff)
downloademacs-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/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'.
95unconditionally. The previous behavior, toggling the mode, was 95unconditionally. The previous behavior, toggling the mode, was
96neither reliable nor generally desirable. 96neither 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,
104and copying them to and from file-local variable lists: 106and 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',