Variable: gnus-undo-limit

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

Value

2000

Documentation

The number of undoable actions recorded.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-undo.el.gz
(defcustom gnus-undo-limit 2000
  "The number of undoable actions recorded."
  :type 'integer)