Variable: decipher-undo-limit

decipher-undo-limit is a customizable variable defined in decipher.el.gz.

Value

5000

Documentation

The maximum number of entries in the undo list.

When the undo list exceeds this number, 100 entries are deleted from the tail of the list.

Source Code

;; Defined in /usr/src/emacs/lisp/play/decipher.el.gz
(defcustom decipher-undo-limit 5000
  "The maximum number of entries in the undo list.
When the undo list exceeds this number, 100 entries are deleted from
the tail of the list."
  :type 'integer)