# HG changeset patch # User Luc Teirlinck # Date 1093709612 0 # Node ID a6ed4f895b79c665a556b53602652d9755b63209 # Parent 4be384fe5140e8f3cd956331e8a1697686f8e9e2 (edit-tab-stops-buffer): Doc fix. diff -r 4be384fe5140 -r a6ed4f895b79 lisp/indent.el --- a/lisp/indent.el Sat Aug 28 15:32:06 2004 +0000 +++ b/lisp/indent.el Sat Aug 28 16:13:32 2004 +0000 @@ -442,8 +442,8 @@ "Keymap used in `edit-tab-stops'.") (defvar edit-tab-stops-buffer nil - "Buffer whose tab stops are being edited--in case -the variable `tab-stop-list' is local in that buffer.") + "Buffer whose tab stops are being edited. +This matters if the variable `tab-stop-list' is local in that buffer.") (defun edit-tab-stops () "Edit the tab stops used by `tab-to-tab-stop'.