diff options
| author | Glenn Morris | 2014-02-26 23:42:57 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-02-26 23:42:57 -0800 |
| commit | d926361813de2d50b42e63f1b9b603220ead6c7d (patch) | |
| tree | 15ab49ea5d3dec69b42dbb6010677ad4317ba9e1 /etc | |
| parent | 51f213c35fbd45fbf068f2667b8af7ba31c29de4 (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -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 | --- |
| 1177 | The default separator has been changed to allow surrounding spaces | 1177 | *** The separator used by `completing-read-multiple' is now a regexp. |
| 1178 | The default `crm-separator' has been changed to allow surrounding spaces | ||
| 1178 | around the comma. | 1179 | around 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. |