Mercurial > emacs
changeset 19895:bff4ed62d00a
(tab-stop-list): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 12 Sep 1997 22:34:30 +0000 |
parents | 4bcb67851128 |
children | b27fcef497c1 |
files | lisp/indent.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/indent.el Fri Sep 12 22:34:14 1997 +0000 +++ b/lisp/indent.el Fri Sep 12 22:34:30 1997 +0000 @@ -368,7 +368,7 @@ (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))