diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-02-09 12:17:04 +0100 |
---|---|---|
committer | Xinglu Chen <public@yoctocell.xyz> | 2021-02-09 12:17:04 +0100 |
commit | bee9ff310b8277af9a2766cf0e75746db729a7f9 (patch) | |
tree | a5be1bafdef2b13eda5899b46fcf3fb404b80848 | |
parent | 6ca3e9cf0246357e4318423bca6987c83c00794c (diff) |
Minor spelling fix
Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
-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 1934f23..10f6395 100644 --- a/git-email.el +++ b/git-email.el @@ -409,7 +409,7 @@ default behavior is to delete them after sending the message." "Send all unsent emails." (interactive) ;; Sort the buffers so that [PATCH 0/N] comes first, this prevents - ;; the ordering to get messed up. + ;; the ordering from getting messed up. (let ((buffers (sort (message-buffers) #'string-greaterp))) (mapc (lambda (b) (switch-to-buffer b) (funcall git-email-send-email-function)) |