Function: Info-undefined

Info-undefined is an interactive and byte-compiled function defined in info.el.gz.

Signature

(Info-undefined)

Documentation

Make command be undefined in Info.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/info.el.gz
(defun Info-undefined ()
  "Make command be undefined in Info."
  (interactive nil Info-mode)
  (ding))