summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2021-10-18 21:50:40 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2021-10-18 21:52:37 +0300
commit5dfd6afdf03f3e541ca7b47800607f5bf09df08d (patch)
tree9e66afa0048fdea0e0ec2e7deadb3833dbc63e7f /man
parent672d0c723832d4b307d3641b5cf31c3c5ac7ec57 (diff)
guile: fix user script path detection
Fixes: #2159.
Diffstat (limited to 'man')
-rw-r--r--man/mu-script.19
1 files changed, 5 insertions, 4 deletions
diff --git a/man/mu-script.1 b/man/mu-script.1
index aa4159b..ec3f032 100644
--- a/man/mu-script.1
+++ b/man/mu-script.1
@@ -1,8 +1,8 @@
-.TH MU SCRIPT 1 "June 2013" "User Manuals"
+.TH MU SCRIPT 1 "October 2021" "User Manuals"
.SH NAME
-mu script\- show the available mu scripts, and run them.
+mu script\- show the available mu scripts, and/or run them.
.SH SYNOPSIS
@@ -58,8 +58,9 @@ code when this is not the case.
.SH FILES
You can make your own Scheme scripts accessible through \fBmu script\fR by
-putting them in \fI<muhome>/scripts\fR (which is typically
-\fI~/.mu/scripts\fR). It is a good idea to document the scripts by using some
+putting them in either \fI<XDG_DATA_HOME>/mu/scripts\fR (e.g., \fI~/.local/share/mu/scripts\fR) or, if \fImuhome\fR is specified, in
+
+It is a good idea to document the scripts by using some
special comments in the source code:
.nf
;; INFO: this is my script -- one-line description