reinstate cfgl-layer docstring fix (#15376)

This commit is contained in:
Dan Kessler 2022-02-23 16:01:30 -05:00 committed by GitHub
parent 9f1155a998
commit b316ee936f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -184,8 +184,7 @@ subdirectory of ROOT is used."
: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'.)"))
"A list of layers where this layer is enabled. (Takes precedence over `:disabled-for'.)")
;; Note:
;; 'can-shadow' is a commutative relation:
;; if Y 'can-shadow' X then X 'can-shadow' Y