]> code.delx.au - gnu-emacs/commit
* lisp/comint.el (comint-prompt-read-only): Clean tabs in docstring
authorArtur Malabarba <bruce.connor.am@gmail.com>
Sun, 7 Feb 2016 08:35:49 +0000 (08:35 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Sun, 7 Feb 2016 08:40:17 +0000 (08:40 +0000)
commit4feb9621980f9534e920a8438e5776e98eefb752
treecf76e37bf5c16f5a78101d5cb396d9978a440942
parentcc419fb599ac4d74ffc00e5c4c26e75009ac4911
* lisp/comint.el (comint-prompt-read-only): Clean tabs in docstring

While tabs in code are mostly fine because the Emacs sources have a
.dir-locals file specifying tab-width, the same is not true of tabs in
code examples inside docstrings.  The docstring is printed on a *Help*
buffer, which can be created on any directory and won't necessarily have
the same tab-width set.
lisp/comint.el