aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1997-09-12 22:34:30 +0000
committerRichard M. Stallman1997-09-12 22:34:30 +0000
commit0f6ca6cf10f7c62f31c5d2819d19d84f360236ec (patch)
tree01ce4c900c8ce571e17758c3ffe1d46ef046eb6d /lisp
parent5c510e707f561c20a83330df56c0870192d5cb5f (diff)
downloademacs-0f6ca6cf10f7c62f31c5d2819d19d84f360236ec.tar.gz
emacs-0f6ca6cf10f7c62f31c5d2819d19d84f360236ec.zip
(tab-stop-list): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/indent.el2
1 files changed, 1 insertions, 1 deletions
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."
368 368
369(defcustom tab-stop-list 369(defcustom tab-stop-list
370 '(8 16 24 32 40 48 56 64 72 80 88 96 104 112 120) 370 '(8 16 24 32 40 48 56 64 72 80 88 96 104 112 120)
371 "*List of tab stop positions used by `tab-to-tab-stops'. 371 "*List of tab stop positions used by `tab-to-tab-stop'.
372This should be a list of integers, ordered from smallest to largest." 372This should be a list of integers, ordered from smallest to largest."
373 :group 'indent 373 :group 'indent
374 :type '(repeat integer)) 374 :type '(repeat integer))