menu-bar-ediff-merge-menu
menu-bar-ediff-merge-menu is a variable defined in `
ediff-hook.el
'.
Its value is shown
below.
Documentation:
Not documented as a variable.
Value:
(keymap
(ediff-merge-files menu-item "Files..." ediff-merge-files :help "Merge files (without using ancestor information)")
(ediff-merge-files-with-ancestor menu-item "Files with Ancestor..." ediff-merge-files-with-ancestor :help "Merge files by comparing them with a common ancestor")
(ediff-merge-buffers menu-item "Buffers..." ediff-merge-buffers :help "Merge buffers (without using ancestor information)")
(ediff-merge-buffers-with-ancestor menu-item "Buffers with Ancestor..." ediff-merge-buffers-with-ancestor :help "Merge buffers by comparing their contents with a common ancestor")
(separator-ediff-merge-dirs "--")
(ediff-merge-directories menu-item "Directories..." ediff-merge-directories :help "Merge files common to a pair of directories")
(ediff-merge-directories-with-ancestor menu-item "Directories with Ancestor..." ediff-merge-directories-with-ancestor :help "Merge files common to a pair of directories by comparing the files with common ancestors")
(separator-ediff-merge "--")
(ediff-merge-revisions menu-item "Revisions..." ediff-merge-revisions :help "Merge versions of the same file (without using ancestor information)")
(ediff-merge-revisions-with-ancestor menu-item "Revisions with Ancestor..." ediff-merge-revisions-with-ancestor :help "Merge versions of the same file by comparing them with a common ancestor")
(ediff-merge-dir-revisions menu-item "Directory Revisions..." ediff-merge-directory-revisions :help "Merge versions of the files in the same directory (without using ancestor information)")
(ediff-merge-dir-revisions-with-ancestor menu-item "Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor :help "Merge versions of the files in the same directory by comparing the files with common ancestors")
"Merge")