Function: execute-extended-command-cycle

execute-extended-command-cycle is an interactive and byte-compiled function defined in simple.el.gz.

Signature

(execute-extended-command-cycle)

Documentation

Choose the next version of the extended command predicates.

See extended-command-versions.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defun execute-extended-command-cycle ()
  "Choose the next version of the extended command predicates.
See `extended-command-versions'."
  (interactive)
  (throw 'cycle
         (cons (minibuffer-contents)
               (- (point) (minibuffer-prompt-end)))))