Function: calc-info

calc-info is an autoloaded, interactive and byte-compiled function defined in calc-misc.el.gz.

Signature

(calc-info)

Documentation

Run the Emacs Info system on the Calculator documentation.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-misc.el.gz
;;;###autoload
(defun calc-info ()
  "Run the Emacs Info system on the Calculator documentation."
  (interactive)
  (select-window (get-largest-window))
  (info "Calc"))