Function: dictionary-select-dictionary

dictionary-select-dictionary is an interactive and byte-compiled function defined in dictionary.el.gz.

Signature

(dictionary-select-dictionary &rest IGNORED)

Documentation

Save the current state and start a dictionary selection.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/net/dictionary.el.gz
(defun dictionary-select-dictionary (&rest _ignored)
  "Save the current state and start a dictionary selection."
  (interactive)
  (dictionary-ensure-buffer)
  (dictionary-store-positions)
  (dictionary-do-select-dictionary)
  (dictionary-store-state 'dictionary-do-select-dictionary nil))