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 | |
parent | daef8ab14060424f69810348b6821356d87b5ec0 (diff) |
Doc fix for `tab-stop-list'.
* doc/emacs/indent.texi (Tab Stops): Mention recent changes about `tab-stop-list'.
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/ChangeLog | 2 | ||||
-rw-r--r-- | doc/emacs/indent.texi | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index a3ec110bcd..c8a9054e7c 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,5 +1,7 @@ 2013-12-22 Xue Fuqiao <xfq.free@gmail.com> + * indent.texi (Tab Stops): Mention recent changes about `tab-stop-list'. + * frames.texi (Scroll Bars): Document `scroll-bar-adjust-thumb-portion'. 2013-12-21 Chong Yidong <cyd@gnu.org> diff --git a/doc/emacs/indent.texi b/doc/emacs/indent.texi index 0e35a63aa9..a5edac0dd0 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 |