From 4c6435934b344009ce0d88af9368dac3265d6e20 Mon Sep 17 00:00:00 2001
From: Doug Coleman <doug.coleman@gmail.com>
Date: Mon, 8 Sep 2014 17:48:22 -0700
Subject: [PATCH] compiler.cfg.stacks.vacant: Fix docs for word rename.

---
 basis/compiler/cfg/stacks/vacant/vacant-docs.factor | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/basis/compiler/cfg/stacks/vacant/vacant-docs.factor b/basis/compiler/cfg/stacks/vacant/vacant-docs.factor
index 0745dc2f85..1bab1d594a 100644
--- a/basis/compiler/cfg/stacks/vacant/vacant-docs.factor
+++ b/basis/compiler/cfg/stacks/vacant/vacant-docs.factor
@@ -24,7 +24,7 @@ HELP: vacant>bits
 { $examples
   { $example
     "USING: compiler.cfg.stacks.vacant prettyprint ;"
-    "{ 0 1 3 } vacant>bit-pattern ."
+    "{ 0 1 3 } vacant>bits ."
     "{ 0 0 1 0 }"
   }
 } ;