summaryrefslogtreecommitdiff
path: root/libguile/simpos.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/simpos.c')
-rw-r--r--libguile/simpos.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libguile/simpos.c b/libguile/simpos.c
index 8b6b744b6..b15d6987e 100644
--- a/libguile/simpos.c
+++ b/libguile/simpos.c
@@ -101,8 +101,7 @@ SCM_DEFINE (scm_getenv, "getenv", 1, 0, 0,
(SCM nam),
"Looks up the string @var{name} in the current environment. The return\n"
"value is @code{#f} unless a string of the form @code{NAME=VALUE} is\n"
- "found, in which case the string @code{VALUE} is\n"
- "returned.")
+ "found, in which case the string @code{VALUE} is returned.")
#define FUNC_NAME s_scm_getenv
{
char *val;