diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-01-22 23:10:32 +0100 |
---|---|---|
committer | Xinglu Chen <public@yoctocell.xyz> | 2021-01-22 23:10:32 +0100 |
commit | 9542028dab3f41c0948b15e273c6b3da90dbc1dc (patch) | |
tree | 7320aa2421bd126e79d4f659d98fa509bfd42ea7 | |
parent | d20b5f8a3f70ad065b7bff6057ff5b60a0cb4597 (diff) |
git-email.el: Fix typo
-rw-r--r-- | git-email.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-email.el b/git-email.el index 420fc51..82c6273 100644 --- a/git-email.el +++ b/git-email.el @@ -79,7 +79,7 @@ not set, the 'to' address will be empty." git-email--ibuffer-files git-email--vc-dir-files) "An list of functions to for getting a list of patches to send." - :type '(list symbol symbol) + :type '(list symbol) :group 'git-email) (defcustom git-email-format-patch-default-args "" |