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
1 changed files with 2 additions and 2 deletions

View File

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