diff options
| author | Glenn Morris | 2014-01-27 21:16:13 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-01-27 21:16:13 -0500 |
| commit | e1e9d7cc73d41299bbf192674e8ac2d1dda2458b (patch) | |
| tree | eb07f6f43e64a70540b12ceaf4819f893bff1ea6 /etc | |
| parent | e3bd7eed8cac658aae9f6f904eec23bf3482d4bb (diff) | |
| download | emacs-e1e9d7cc73d41299bbf192674e8ac2d1dda2458b.tar.gz emacs-e1e9d7cc73d41299bbf192674e8ac2d1dda2458b.zip | |
* doc/emacs/indent.texi (Tab Stops): Updates for new tab-stop behavior.
* etc/NEWS: Related markup.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -268,6 +268,7 @@ normal editing behavior. | |||
| 268 | 268 | ||
| 269 | *** `electric-indent-mode' is enabled by default. | 269 | *** `electric-indent-mode' is enabled by default. |
| 270 | 270 | ||
| 271 | +++ | ||
| 271 | *** `tab-stop-list' is now implicitly extended to infinity by repeating | 272 | *** `tab-stop-list' is now implicitly extended to infinity by repeating |
| 272 | the last step. Its default value is changed to nil, which means a tab | 273 | the last step. Its default value is changed to nil, which means a tab |
| 273 | stop every `tab-width' columns. | 274 | stop every `tab-width' columns. |