Variable: calculator-copy-displayer

calculator-copy-displayer is a customizable variable defined in calculator.el.gz.

Value

nil

Documentation

If non-nil, this is any value that can be used for calculator-displayer, to format a string before copying it with calculator-copy. If nil, then calculator-displayers normal value is used.

Source Code

;; Defined in /usr/src/emacs/lisp/calculator.el.gz
(defcustom calculator-copy-displayer nil
  "If non-nil, this is any value that can be used for
`calculator-displayer', to format a string before copying it with
`calculator-copy'.  If nil, then `calculator-displayer's normal value is
used."
  :type  'boolean)