From: Richard M. Stallman Date: Fri, 12 Sep 1997 22:34:30 +0000 (+0000) Subject: (tab-stop-list): Doc fix. X-Git-Tag: emacs-20.1~53 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f6ca6cf10f7c62f31c5d2819d19d84f360236ec;p=emacs.git (tab-stop-list): Doc fix. --- diff --git a/lisp/indent.el b/lisp/indent.el index 69e282b5d84..8d20fb2bba5 100644 --- a/lisp/indent.el +++ b/lisp/indent.el @@ -368,7 +368,7 @@ column point starts at, `tab-to-tab-stop' is done instead." (defcustom 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-stop'. This should be a list of integers, ordered from smallest to largest." :group 'indent :type '(repeat integer))