diff options
author | yoctocell <public@yoctocell.xyz> | 2021-01-09 16:01:04 +0100 |
---|---|---|
committer | yoctocell <public@yoctocell.xyz> | 2021-01-09 16:01:04 +0100 |
commit | a684c0d9364664677da467c883934731e9136935 (patch) | |
tree | 11a76272564be949fc02b23321f1f969ffc131e3 | |
parent | 3fdc9031076bfc1cd29b03f6c4e27f363b20cc9f (diff) |
Update commentary
* git-email.el:
-rw-r--r-- | git-email.el | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/git-email.el b/git-email.el index d093966..7721d09 100644 --- a/git-email.el +++ b/git-email.el @@ -25,18 +25,16 @@ ;;; Commentary: ;; This package integrates with git and email and offers three main functions -;; - `git-email-send-email', `git-email-format-patch' and -;; `git-email-apply-patch'. ;; -;; `git-email-send-email' sends an email based on a patch file generated by +;; * `git-email-send-email' sends an email based on a patch file generated by ;; 'git format-patch'. It inserts the relevant headers and the diff into the ;; message buffer. ;; -;; `git-email-format-patch' is a wrapper for 'git format-patch' and it +;; * `git-email-format-patch' is a wrapper for 'git format-patch' and it ;; automatically composes an email for each generated patch, in the same way ;; as `git-email-send-email'. ;; -;; `git-email-apply-patch' will apply the patch that you are currently viewing +;; * `git-email-apply-patch' will apply the patch that you are currently viewing ;; and it will ask to for the project that the patch belongs to. ;;; TODO: |