diff --git a/basis/math/functions/functions-docs.factor b/basis/math/functions/functions-docs.factor index 2b21ca07b7..7863639738 100644 --- a/basis/math/functions/functions-docs.factor +++ b/basis/math/functions/functions-docs.factor @@ -102,7 +102,7 @@ HELP: align HELP: e^ { $values { "x" number } { "e^x" number } } -{ $description "Exponential function, " { $snippet "y=e^x" } "." } ; +{ $description "Exponential function, raises " { $link e } " to the power of " { $snippet "x" } "." } ; HELP: frexp { $values { "x" number } { "y" float } { "exp" integer } }