]> git.eshelyaron.com Git - emacs.git/commitdiff
(ediff-autostore-merges): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 10 Jan 2007 15:24:06 +0000 (15:24 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 10 Jan 2007 15:24:06 +0000 (15:24 +0000)
lisp/ediff-init.el

index 2fc0ceefe4dfdde1c268127ce9a62f2279d47a65..75b2fdc6fc515e89b2c8c8fb158ae709510102f6 100644 (file)
@@ -1410,9 +1410,10 @@ This property can be toggled interactively."
 
 (defcustom ediff-autostore-merges  'group-jobs-only
   "*Save the results of merge jobs automatically.
-nil means don't save automatically.  t means always save.  Anything else
-means save automatically only if the merge job is part of a group of jobs, such
-as `ediff-merge-directory' or `ediff-merge-directory-revisions'."
+With value nil, don't save automatically.  With value t, always
+save.  Anything else means save automatically only if the merge
+job is part of a group of jobs, such as `ediff-merge-directory'
+or `ediff-merge-directory-revisions'."
   :type '(choice (const nil) (const t) (const group-jobs-only))
   :group 'ediff-merge)
 (make-variable-buffer-local 'ediff-autostore-merges)