Fix cfgl-layer docstring (concat not evaluated)

This commit is contained in:
Eivind Fonn 2017-06-23 09:27:05 +02:00
parent cd3aa05fab
commit fcf186faff

View file

@ -115,8 +115,8 @@ ROOT is returned."
(enabled :initarg :enabled-for (enabled :initarg :enabled-for
:initform 'unspecified :initform 'unspecified
:type (satisfies (lambda (x) (or (listp x) (eq 'unspecified x)))) :type (satisfies (lambda (x) (or (listp x) (eq 'unspecified x))))
:documentation (concat "A list of layers where this layer is enabled. " :documentation
"(Takes precedence over `:disabled-for'.)"))) "A list of layers where this layer is enabled. (Takes precedence over `:disabled-for'.)"))
"A configuration layer.") "A configuration layer.")
(defmethod cfgl-layer-owned-packages ((layer cfgl-layer) &optional props) (defmethod cfgl-layer-owned-packages ((layer cfgl-layer) &optional props)