diff --git a/alexandria-2/control-flow.lisp b/alexandria-2/control-flow.lisp
index 3098737414a8e70e745599640da51f6d33f2af19..668c682ae25495c29c41eec38727561d57a8d46b 100644
--- a/alexandria-2/control-flow.lisp
+++ b/alexandria-2/control-flow.lisp
@@ -19,7 +19,7 @@ The THREAD-FIRST-P decides where to thread the FORMS, accumulating in ACC."
   "Lines up FORMS elements as the first argument of their successor.
 Example:
 
- (thread-first
+ (line-up-first
    5
    (+ 20)
    /
@@ -37,7 +37,7 @@ threading."
   "Lines up FORMS elements as the last argument of their successor.
 Example:
 
- (thread-last
+ (line-up-last
    5
    (+ 20)
    /