Variable: crm-separator

crm-separator is a variable defined in crm.el.gz.

Value

"[      ]*,[    ]*"

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.

View in manual

Probably introduced at or before Emacs version 24.4.

Aliases

crm-default-separator (obsolete since 29.1)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/crm.el.gz
(defvar crm-separator "[ \t]*,[ \t]*"
  "Separator regexp used for separating strings in `completing-read-multiple'.
It should be a regexp that does not match the list of completion candidates.")