From c9664d85ef52aae4cfbf8f60fa5ef6eb64579f5f Mon Sep 17 00:00:00 2001 From: djcb Date: Tue, 20 Dec 2011 23:44:49 +0200 Subject: [PATCH] * cosmetic --- guile/mu-guile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guile/mu-guile.c b/guile/mu-guile.c index 6e307dd4..c92ae269 100644 --- a/guile/mu-guile.c +++ b/guile/mu-guile.c @@ -32,7 +32,7 @@ SCM_DEFINE_PUBLIC (init_mu, "mu:init", 0, 1, 0, "Initialize mu - needed before you call any of the other " "functions. Optionally, you can provide MUHOME which " "should be an absolute path to your mu home directory " - "(typically, the default, ~/.mu, should be just fine).\n") + "(typically, the default, ~/.mu, should be just fine)") #define FUNC_NAME s_init_mu { const char *muhome;