]> git.eshelyaron.com Git - emacs.git/commitdiff
NEWS tweak.
authorXue Fuqiao <xfq.free@gmail.com>
Sun, 13 Oct 2013 12:14:28 +0000 (20:14 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sun, 13 Oct 2013 12:14:28 +0000 (20:14 +0800)
etc/NEWS

index 9981dbafdcc8b537f510e139d6b33e43027c67c5..ddb9a9fcb3128b18b57b180a24b8e2d6541cf2c7 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -182,9 +182,9 @@ and this variable has been marked obsolete.
 ** C-x TAB enters a transient interactive mode.
 You can then use the left/right cursor keys to move the block of text.
 
-** `tab-stop-list' is now implicitly extended to infinity.
-Its default value is changed to nil which means a tab stop every
-`tab-width' columns.
+** `tab-stop-list' is now implicitly extended to infinity by repeating
+the last step.  Its default value is changed to nil which means a tab
+stop every `tab-width' columns.
 
 ** `split-window' is no longer a command, just a non-interactive function.
 As a command it was a special case of `split-window-below', and as such