Variable: dictionary-mode-menu

dictionary-mode-menu is a variable defined in dictionary.el.gz.

Value


Documentation

Menu for the Dictionary mode.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/net/dictionary.el.gz
(easy-menu-define dictionary-mode-menu dictionary-mode-map
  "Menu for the Dictionary mode."
  '("Dictionary"
    ["Search Definition" dictionary-search
     :help "Look up a new word"]
    ["List Matching Words" dictionary-match-words
     :help "List all words matching a pattern"]
    ["Lookup Word At Point" dictionary-lookup-definition
     :help "Look up the word at point"]
    ["Select Dictionary" dictionary-select-dictionary
     :help "Select one or more dictionaries to search within"]
    ["Select Match Strategy" dictionary-select-strategy
     :help "Select the algorithm to match queries and entries with"]
    ["Back" dictionary-previous
     :help "Return to the previous match or location"]))