Variable: crm-default-separator
crm-default-separator is an alias for crm-separator, defined in
crm.el.gz.
This variable is obsolete since 29.1; use crm-separator instead.
Value
#("[ ]*,[ ]*" 0 11
(separator "," description "comma-separated list"))
Documentation
Separator regexp used for separating strings in completing-read-multiple.
It should be a regexp that does not match the list of completion
candidates. The regexp string can carry the text properties separator
and description, which if present completing-read-multiple will show
as part of the prompt. See the user option crm-prompt.
Aliases
crm-default-separator (obsolete since 29.1)