mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-28 10:56:36 +00:00
(ediff-autostore-merges): Doc fix.
This commit is contained in:
parent
5ce4f044d9
commit
d483ec4cdb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user