Variable: edit-tab-stops-buffer

edit-tab-stops-buffer is a variable defined in indent.el.gz.

Value

nil

Documentation

Buffer whose tab stops are being edited.

This matters if the variable tab-stop-list is local in that buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/indent.el.gz
(defvar edit-tab-stops-buffer nil
  "Buffer whose tab stops are being edited.
This matters if the variable `tab-stop-list' is local in that buffer.")