prolog-edit-menu-insert-move

prolog-edit-menu-insert-move is a variable defined in `prolog.el'.
Its value is shown below.

Documentation:
Commands for Prolog code manipulation.

Value:

(keymap "Prolog" (Comment\ region menu-item "Comment region" comment-region :enable (region-exists-p)) (Uncomment\ region menu-item "Uncomment region" prolog-uncomment-region :enable (region-exists-p)) (Add\ comment/move\ to\ comment menu-item "Add comment/move to comment" indent-for-comment) (Convert\ variables\ in\ region\ to\ \'_\' menu-item "Convert variables in region to '_'" prolog-variables-to-anonymous :enable (region-exists-p) :visible (not (eq prolog-system 'mercury))) (nil-9 menu-item "---") (Insert\ predicate\ template menu-item "Insert predicate template" prolog-insert-predicate-template) (Insert\ next\ clause\ head menu-item "Insert next clause head" prolog-insert-next-clause) (Insert\ predicate\ spec menu-item "Insert predicate spec" prolog-insert-predspec) (Insert\ module\ modeline menu-item "Insert module modeline" prolog-insert-module-modeline) (nil-9-9 menu-item "---") (Beginning\ of\ clause menu-item "Beginning of clause" prolog-beginning-of-clause) (End\ of\ clause menu-item "End of clause" prolog-end-of-clause) (Beginning\ of\ predicate menu-item "Beginning of predicate" prolog-beginning-of-predicate) (End\ of\ predicate menu-item "End of predicate" prolog-end-of-predicate) (nil-9-14 menu-item "---") (Indent\ line menu-item "Indent line" indent-according-to-mode) (Indent\ region menu-item "Indent region" indent-region :enable (region-exists-p)) (Indent\ predicate menu-item "Indent predicate" prolog-indent-predicate) (Indent\ buffer menu-item "Indent buffer" prolog-indent-buffer) (Align\ region menu-item "Align region" align :enable (region-exists-p)) (nil-9-20 menu-item "---") (Mark\ clause menu-item "Mark clause" prolog-mark-clause) (Mark\ predicate menu-item "Mark predicate" prolog-mark-predicate) (Mark\ paragraph menu-item "Mark paragraph" mark-paragraph))