diff options
| author | Dominik Schrempf <dominik.schrempf@gmail.com> | 2020-04-19 13:02:48 +0200 |
|---|---|---|
| committer | Dominik Schrempf <dominik.schrempf@gmail.com> | 2020-04-19 13:02:48 +0200 |
| commit | ccbd81f6ef10de385adaffe09258376c2af760f5 (patch) | |
| tree | b58780bee357b6114c32aa54f93b87b49e6bc652 /guile | |
| parent | 06e63d9f09cfa54b869ef615fefe5448b224e411 (diff) | |
~/.mu -> ~/.cache/mu
Diffstat (limited to 'guile')
| -rw-r--r-- | guile/mu-guile.c | 2 | ||||
| -rw-r--r-- | guile/mu-guile.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/guile/mu-guile.c b/guile/mu-guile.c index 59f243a..dcd7beb 100644 --- a/guile/mu-guile.c +++ b/guile/mu-guile.c @@ -145,7 +145,7 @@ SCM_DEFINE_PUBLIC (mu_initialize, "mu:initialize", 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.") + "-- typically, the default, ~/.cache/mu, should be just fine.") #define FUNC_NAME s_mu_initialize { char *muhome; diff --git a/guile/mu-guile.texi b/guile/mu-guile.texi index c3869e8..c52213e 100644 --- a/guile/mu-guile.texi +++ b/guile/mu-guile.texi @@ -297,7 +297,7 @@ scheme@(guile-user)> (mu:initialize) @end verbatim This opens the database for reading, using the default location of -@file{~/.mu}@footnote{If you keep your @t{mu} database in a non-standard +@file{~/.cache/mu}@footnote{If you keep your @t{mu} database in a non-standard place, use @code{(mu:initialize "/path/to/my/mu/")}} Now, @t{mu-guile} is ready to go. In the next chapter, we go through the |
