aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2012-11-17 14:45:24 -0800
committerGlenn Morris2012-11-17 14:45:24 -0800
commita045a16773e4953e2a68f060f9245d044ee5e345 (patch)
tree51d3aaf831afd43fa23a0971e4f67105b4549dc6 /etc
parentd8715cdf90538fa8abd3e2c23ed2efd23c4253c1 (diff)
downloademacs-a045a16773e4953e2a68f060f9245d044ee5e345.tar.gz
emacs-a045a16773e4953e2a68f060f9245d044ee5e345.zip
* minibuf.texi (Basic Completion): Mention misc completion-table funcs.
* etc/NEWS: Related edit.
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+++