~ chicken-core (chicken-5) 873b3361a0940b4a66ce747549aa131180c3ce39


commit 873b3361a0940b4a66ce747549aa131180c3ce39
Author:     Mario Domenech Goulart <mario.goulart@gmail.com>
AuthorDate: Fri Oct 24 22:56:50 2014 -0200
Commit:     Mario Domenech Goulart <mario.goulart@gmail.com>
CommitDate: Fri Oct 24 22:56:50 2014 -0200

    manual: chicken-home returns $CHICKEN_PREFIX/share/chicken if CHICKEN_PREFIX is set

diff --git a/manual/Unit eval b/manual/Unit eval
index 865294b9..f84792a7 100644
--- a/manual/Unit eval	
+++ b/manual/Unit eval	
@@ -175,7 +175,7 @@ from one of the following locations:
 Returns a string which represents the installation directory (usually {{/usr/local/share/chicken}} on UNIX-like systems).
 As a last option,
 if the environment variable {{CHICKEN_PREFIX}} is set, then {{chicken-home}} will return
-{{$CHICKEN_PREFIX/share}}.
+{{$CHICKEN_PREFIX/share/chicken}}.
 
 
 === Eval
Trap