Variable: mode-line-end-spaces

mode-line-end-spaces is a variable defined in bindings.el.gz.

Value

(:eval
 (unless
     (display-graphic-p)
   "-%-"))

Documentation

Mode line construct to put at the end of the mode line.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/bindings.el.gz
(defvar mode-line-end-spaces '(:eval (unless (display-graphic-p) "-%-"))
  "Mode line construct to put at the end of the mode line.")