Variable: mh-alias-passwd-gecos-comma-separator-flag
mh-alias-passwd-gecos-comma-separator-flag is a customizable variable
defined in mh-e.el.gz.
Value
t
Documentation
Non-nil means the gecos field in the password file uses a comma separator.
In the example in mh-alias-local-users-prefix, commas are used
to separate different values within the so-called gecos field.
This is a fairly common usage. However, in the rare case that the
gecos field in your password file is not separated by commas and
whose contents may contain commas, you can turn this option off.
This variable was added, or its default value changed, in MH-E version
7.4.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
(defcustom mh-alias-passwd-gecos-comma-separator-flag t
"Non-nil means the gecos field in the password file uses a comma separator.
In the example in `mh-alias-local-users-prefix', commas are used
to separate different values within the so-called gecos field.
This is a fairly common usage. However, in the rare case that the
gecos field in your password file is not separated by commas and
whose contents may contain commas, you can turn this option off."
:type 'boolean
:group 'mh-alias
:package-version '(MH-E . "7.4"))