aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-02-26 23:42:57 -0800
committerGlenn Morris2014-02-26 23:42:57 -0800
commitd926361813de2d50b42e63f1b9b603220ead6c7d (patch)
tree15ab49ea5d3dec69b42dbb6010677ad4317ba9e1 /etc
parent51f213c35fbd45fbf068f2667b8af7ba31c29de4 (diff)
downloademacs-d926361813de2d50b42e63f1b9b603220ead6c7d.tar.gz
emacs-d926361813de2d50b42e63f1b9b603220ead6c7d.zip
Some crm.el doc
* lisp/emacs-lisp/crm.el: Remove commentary that duplicates doc strings. (crm-default-separator, crm-separator) (completing-read-multiple): Doc fixes. * etc/NEWS: Related edit.
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 0dc3f77fc6b..b224457b233 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1173,8 +1173,9 @@ as a function to call to provide default values.
1173 1173
1174** Completion changes 1174** Completion changes
1175 1175
1176*** The separator for `completing-read-multiple' can now be a regexp. 1176---
1177The default separator has been changed to allow surrounding spaces 1177*** The separator used by `completing-read-multiple' is now a regexp.
1178The default `crm-separator' has been changed to allow surrounding spaces
1178around the comma. 1179around the comma.
1179 1180
1180*** The `common-substring' arg of `display-completion-list' is obsolete. 1181*** The `common-substring' arg of `display-completion-list' is obsolete.