Function: calc-enter-units-table
calc-enter-units-table is an autoloaded, interactive and byte-compiled
function defined in calc-units.el.gz.
Signature
(calc-enter-units-table N)
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-units.el.gz
(defun calc-enter-units-table (n)
(interactive "P")
(and n (setq math-units-table-buffer-valid nil))
(math-build-units-table-buffer t)
(message "%s" (substitute-command-keys "Type \\[calc] to return to the Calculator")))