diff lisp/indent.el @ 7813:1fa576a274b5

(tab-stop-list): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 06 Jun 1994 09:22:14 +0000
parents 600d0d832d99
children b7ea350590a7
line wrap: on
line diff
--- 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