aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 068fc5a809d..f518605b572 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -812,15 +812,10 @@ More commands use `read-regexp' now to read their regexp arguments.
812*** New function `completion-table-with-quoting' to handle completion 812*** New function `completion-table-with-quoting' to handle completion
813in the presence of quoting, such as file completion in shell buffers. 813in the presence of quoting, such as file completion in shell buffers.
814 814
815+++
815*** New function `completion-table-subvert' to use an existing completion 816*** New function `completion-table-subvert' to use an existing completion
816table, but with a different prefix. 817table, but with a different prefix.
817 818
818FIXME?
819*** There are several other completion-table- functions that never got
820added to NEWS or documented: completion-table-case-fold (24.1),
821completion-table-with-context (23,1), completion-table-with-terminator (23.1),
822completion-table-with-predicate (23.1), completion-table-in-turn (23.1)
823
824** Debugger changes 819** Debugger changes
825 820
826+++ 821+++