]> git.eshelyaron.com Git - emacs.git/commit
Fix description of (move-to-column <n> t) when column <n> is inside a tab
authorAlan Mackenzie <acm@muc.de>
Thu, 9 May 2019 16:27:03 +0000 (16:27 +0000)
committerAlan Mackenzie <acm@muc.de>
Thu, 9 May 2019 16:27:03 +0000 (16:27 +0000)
commit32d181326a752375ce31796556017b94878d2d2b
treec435c7e7fd2b469a56ad512d9cadbaec0b1754c2
parent0397b7c797b891906bd6613b46a5634aba468fb9
Fix description of (move-to-column <n> t) when column <n> is inside a tab

This fixes bug #35647.  State that when indent-tabs-mode is non-nil, spaces
are inserted before the tab rather than the tab being replaced by spaces.

* doc/lispref/text.texi (columns)
* src/indent.c (move-to-column): Make the above documentation amendment.
doc/lispref/text.texi
src/indent.c