aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-07-23 12:58:23 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-07-24 12:39:46 -0700
commit8b335f47d7d9c25dcbfc48e58f17aaaf3f91e802 (patch)
tree1c7c464b9d5478d67d880c4e28b3189d304bf385
parent10f28b3adb1ed130d116ae3d4c81d098d214d2d8 (diff)
downloadconsfigurator-8b335f47d7d9c25dcbfc48e58f17aaaf3f91e802.tar.gz
POSTFIX:MAPPED-FILE: block capitalise parameter name in docstring
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--src/property/postfix.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/postfix.lisp b/src/property/postfix.lisp
index ff3cc04..a33bbbd 100644
--- a/src/property/postfix.lisp
+++ b/src/property/postfix.lisp
@@ -39,7 +39,7 @@
(define-function-property-combinator mapped-file
(propapp &optional (file (car (propappargs propapp))))
"Apply PROPAPP, and if it makes a change, run postmap(1) on FILE, which
-defaults to the first argument to propapp."
+defaults to the first argument to PROPAPP."
(:retprop :type (propapptype propapp)
:desc (get (car propapp) 'desc)
:check (get (car propapp) 'check)