]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/vc/vc.el (vc-prepare-patches-separately): Fix docstring
authorPhilip Kaludercic <philipk@posteo.net>
Sat, 8 Oct 2022 13:06:26 +0000 (15:06 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Sat, 8 Oct 2022 13:43:11 +0000 (15:43 +0200)
Noticed by German Pacenza.

lisp/vc/vc.el

index 1c64551d0689a8721f3829ced1ce659540d44b99..13cc4fbaa694256236ac6ea8886dfa355b15d341 100644 (file)
@@ -3293,10 +3293,11 @@ immediately after this one."
             (apply #'vc-user-edit-command (apply old args))))))
 
 (defcustom vc-prepare-patches-separately t
-  "Non-nil means that `vc-prepare-patch' creates a single message.
-A single message is created by attaching all patches to the body
-of a single message.  If nil, each patch will be sent out in a
-separate message, which will be prepared sequentially."
+  "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."
   :type 'boolean
   :safe #'booleanp
   :version "29.1")