summaryrefslogtreecommitdiff
path: root/doc/emacs/indent.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2014-04-21 17:50:19 +0300
committerEli Zaretskii <eliz@gnu.org>2014-04-21 17:50:19 +0300
commitf982b37104acdd2b3aee4fe3bb08ae052990f869 (patch)
tree5e9217e9d35d8a01124b1337bad19ab90932461e /doc/emacs/indent.texi
parent6e5d21a613f66db9c6cad7dcab856ef81ac9b5da (diff)
downloademacs-f982b37104acdd2b3aee4fe3bb08ae052990f869.tar.gz
Minor fixes to the docs.
doc/emacs/buffers.texi (Uniquify): Clarify the default uniquification. doc/emacs/indent.texi (Tab Stops): Improve wording. doc/emacs/cmdargs.texi (General Variables): Improve docs of EMACSLOADPATH. Index all the environment variables. (Misc Variables): Index all the environment variables. doc/lispref/text.texi (Registers): Document register-read-with-preview. doc/lispref/internals.texi (Building Emacs): Improve indexing.
Diffstat (limited to 'doc/emacs/indent.texi')
-rw-r--r--doc/emacs/indent.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/emacs/indent.texi b/doc/emacs/indent.texi
index 4b44b9289b5..b254cfca43e 100644
--- a/doc/emacs/indent.texi
+++ b/doc/emacs/indent.texi
@@ -153,11 +153,11 @@ C-u -999 C-x @key{TAB}
are used as stopping points by @key{TAB} when inserting whitespace in
Text mode and related modes (@pxref{Indentation}), and by commands
like @kbd{M-i} (@pxref{Indentation Commands}). The variable
-@code{tab-stop-list} controls these positions. The default value
-is @code{nil}, which means a tab stop every 8 columns. The value
-can also be a list of column numbers (in increasing order) at which to
-place tab stops. Emacs extends the list forever by repeating the
-difference between the last and next-to-last elements.
+@code{tab-stop-list} controls these positions. The default value is
+@code{nil}, which means a tab stop every 8 columns. The value can
+also be a list of zero-based column numbers (in increasing order) at
+which to place tab stops. Emacs extends the list forever by repeating
+the difference between the last and next-to-last elements.
@findex edit-tab-stops
@kindex C-c C-c @r{(Edit Tab Stops)}