Function: calc-autorange-units

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

Signature

(calc-autorange-units ARG)

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-units.el.gz
(defun calc-autorange-units (arg)
  (interactive "P")
  (calc-wrapper
   (calc-change-mode 'calc-autorange-units arg nil t)
   (message (if calc-autorange-units
		"Adjusting target unit prefix automatically"
	      "Using target units exactly"))))