aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-02-27 00:01:22 -0800
committerGlenn Morris2014-02-27 00:01:22 -0800
commitea7826ba52b21e97c27ccf4859eaeb8dca61319b (patch)
treec9326adac81b8bfca0411ea1cd85972c4fec3c5d /lisp/ChangeLog
parentd926361813de2d50b42e63f1b9b603220ead6c7d (diff)
downloademacs-ea7826ba52b21e97c27ccf4859eaeb8dca61319b.tar.gz
emacs-ea7826ba52b21e97c27ccf4859eaeb8dca61319b.zip
Small doc related to new completion functions
* doc/lispref/minibuf.texi (Programmed Completion): Mention completion-table-with-cache. * lisp/minibuffer.el (completion-table-dynamic) (completion-table-with-cache): Doc fixes. * etc/NEWS: Related markup. Unrelated copyedit.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0198c0f8dc5..66514f7488c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12014-02-27 Glenn Morris <rgm@gnu.org> 12014-02-27 Glenn Morris <rgm@gnu.org>
2 2
3 * minibuffer.el (completion-table-dynamic)
4 (completion-table-with-cache): Doc fixes.
5
3 * emacs-lisp/crm.el (crm-default-separator, crm-separator) 6 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
4 (completing-read-multiple): Doc fixes. 7 (completing-read-multiple): Doc fixes.
5 8