aboutsummaryrefslogtreecommitdiff
path: root/src/property/postfix.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/postfix.lisp')
-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)