summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-11-06 20:31:50 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-11-06 20:31:50 -0700
commit23e42778e50eb030986ac6c5e98764f7775e359c (patch)
tree2109cc275fd131e8e78c34cc31a97a56b2ddee7e
parent34f83d0d1ce17e6ef05dfe16f9a70c937cf2df56 (diff)
downloadmailscripts-23e42778e50eb030986ac6c5e98764f7775e359c.tar.gz
tweak sample prefix
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--mailscripts.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailscripts.el b/mailscripts.el
index 92cfe31..6bc64bc 100644
--- a/mailscripts.el
+++ b/mailscripts.el
@@ -30,7 +30,7 @@
(defcustom mailscripts-extract-patches-branch-prefix nil
"Prefix for git branches created by functions which extract patch series.
-E.g. `mailed/'."
+E.g. `email/'."
:type 'string
:group 'mailscripts)