Function: dictionary-select-strategy

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

Signature

(dictionary-select-strategy &rest IGNORED)

Documentation

Save the current state and start a strategy selection.

Key Bindings

Source Code

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