# HG changeset patch # User Richard M. Stallman # Date 770894534 0 # Node ID 1fa576a274b5e86ea8ff979a1dcf55eb0c064027 # Parent 084809a2890441a0380d4a0288fa5a2ee20aea8d (tab-stop-list): Doc fix. diff -r 084809a28904 -r 1fa576a274b5 lisp/indent.el --- a/lisp/indent.el Mon Jun 06 08:47:18 1994 +0000 +++ b/lisp/indent.el Mon Jun 06 09:22:14 1994 +0000 @@ -168,7 +168,8 @@ (defvar tab-stop-list '(8 16 24 32 40 48 56 64 72 80 88 96 104 112 120) - "*List of tab stop positions used by `tab-to-tab-stops'.") + "*List of tab stop positions used by `tab-to-tab-stops'. +This should be a list of integers, ordered from smallest to largest.") (defvar edit-tab-stops-map nil "Keymap used in `edit-tab-stops'.") (if edit-tab-stops-map