aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-01-27 21:16:13 -0500
committerGlenn Morris2014-01-27 21:16:13 -0500
commite1e9d7cc73d41299bbf192674e8ac2d1dda2458b (patch)
treeeb07f6f43e64a70540b12ceaf4819f893bff1ea6 /etc
parente3bd7eed8cac658aae9f6f904eec23bf3482d4bb (diff)
downloademacs-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/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9924722c841..3a08223e269 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
272the last step. Its default value is changed to nil, which means a tab 273the last step. Its default value is changed to nil, which means a tab
273stop every `tab-width' columns. 274stop every `tab-width' columns.