aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 578aac46e05..0b522c5fd62 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -123,8 +123,9 @@ regardless of the value of `delete-by-moving-to-trash'.
123The reason is that this interferes with cua-mode. 123The reason is that this interferes with cua-mode.
124 124
125** partial-completion-mode is now obsolete. 125** partial-completion-mode is now obsolete.
126You can get the same behavior with 126You can get a comparable behavior with:
127(setq completion-styles '(partial-completion initials)). 127(setq completion-styles '(partial-completion initials))
128(setq completion-pcm-complete-word-inserts-delimiters t)
128 129
129** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags. 130** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags.
130** Customize 131** Customize