]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/vc/vc.el (vc-prepare-patches-separately): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 8 Oct 2022 14:40:25 +0000 (17:40 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 8 Oct 2022 14:40:25 +0000 (17:40 +0300)
lisp/vc/vc.el

index 13cc4fbaa694256236ac6ea8886dfa355b15d341..ba3a4c58cf145f793e741e59bbe05a92c69b9aeb 100644 (file)
@@ -3293,11 +3293,11 @@ immediately after this one."
             (apply #'vc-user-edit-command (apply old args))))))
 
 (defcustom vc-prepare-patches-separately t
-  "Configure the default behaviour of `vc-prepare-patch'.
-If nil, a single message is created by attaching all patches to
-the body of a single message.  If non-nil, each patch will be
-sent out in a separate message, which will be prepared
-sequentially."
+  "Whether `vc-prepare-patch' should generate a separate message for each patch.
+If nil, `vc-prepare-patch' creates a single email message by attaching
+all the patches to the body of that message.  If non-nil, each patch
+will be sent out in a separate message, and the messages will be
+prepared sequentially."
   :type 'boolean
   :safe #'booleanp
   :version "29.1")