Variable: ruler-mode

ruler-mode is a buffer-local variable defined in ruler-mode.el.gz.

Documentation

Non-nil if Ruler mode is enabled.

Use the command ruler-mode(var)/ruler-mode(fun) to change this variable.

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

Probably introduced at or before Emacs version 22.1.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/ruler-mode.el.gz
;;;###autoload
(defvar-local ruler-mode nil
  "Non-nil if Ruler mode is enabled.
Use the command `ruler-mode' to change this variable.")