diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-12-22 09:56:52 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-12-22 09:56:52 +0800 |
commit | 2ab18afbea51a7e773a1cb99755c6ebb5a395bfc (patch) | |
tree | bc8e5a4ff367283cb261feeac7f1fcd8fa4aeb86 /doc/emacs/indent.texi | |
parent | daef8ab14060424f69810348b6821356d87b5ec0 (diff) | |
download | emacs-2ab18afbea51a7e773a1cb99755c6ebb5a395bfc.tar.gz |
Doc fix for `tab-stop-list'.
* doc/emacs/indent.texi (Tab Stops): Mention recent changes about `tab-stop-list'.
Diffstat (limited to 'doc/emacs/indent.texi')
-rw-r--r-- | doc/emacs/indent.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/emacs/indent.texi b/doc/emacs/indent.texi index 0e35a63aa98..a5edac0dd0f 100644 --- a/doc/emacs/indent.texi +++ b/doc/emacs/indent.texi @@ -178,7 +178,8 @@ To install changes, type C-c C-c @noindent The first line contains a colon at each tab stop. The numbers on the -next two lines are present just to indicate where the colons are. +next two lines are present just to indicate where the colons are. It +is implicitly extended to infinity by repeating the last step. You can edit this buffer to specify different tab stops by placing colons on the desired columns. The buffer uses Overwrite mode |