Fix cfgl-layer docstring (concat not evaluated)
This commit is contained in:
parent
cd3aa05fab
commit
fcf186faff
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Reference in a new issue