emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b8ab4f018b: ; * lisp/vc/vc.el (vc-prepare-patches-separately): Do


From: Eli Zaretskii
Subject: master b8ab4f018b: ; * lisp/vc/vc.el (vc-prepare-patches-separately): Doc fix.
Date: Sat, 8 Oct 2022 10:40:41 -0400 (EDT)

branch: master
commit b8ab4f018bd541caf8d7b71e0b1bd6f81f2d3bbb
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/vc/vc.el (vc-prepare-patches-separately): Doc fix.
---
 lisp/vc/vc.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index 13cc4fbaa6..ba3a4c58cf 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]