Variable: gnus-mode-non-string-length

gnus-mode-non-string-length is a customizable variable defined in gnus.el.gz.

Value

30

Documentation

Max length of mode-line non-string contents.

If this is nil, Gnus will take space as is needed, leaving the rest of the mode line intact.

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(defcustom gnus-mode-non-string-length 30
  "Max length of mode-line non-string contents.
If this is nil, Gnus will take space as is needed, leaving the rest
of the mode line intact."
  :version "24.1"
  :group 'gnus-various
  :type '(choice (const nil)
		 integer))