]> code.delx.au - gnu-emacs/commit
Fix minor issues with removing left or right fringes
authorEli Zaretskii <eliz@gnu.org>
Sat, 16 Apr 2016 10:53:17 +0000 (13:53 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 16 Apr 2016 10:53:17 +0000 (13:53 +0300)
commit52e798b7cd6626d83622206839ddaf7353e4f942
tree05b88a28f54f9658c85cecbd294cdf63c11da460
parentd6ffd645a83d38a1e59321f8c73b4fd19e84b4c5
Fix minor issues with removing left or right fringes

* lisp/window.el (window-max-chars-per-line): Account for
'left-fringe-width' and 'right-fringe-width' variables.

* doc/lispref/windows.texi (Window Sizes): Document the effect on
window text width when setting the width of one or both fringes to
zero.
* doc/emacs/display.texi (Fringes): Document the effect on window
text width when setting the width of one or both fringes to zero.
(Bug#22891)
doc/emacs/display.texi
doc/lispref/windows.texi
lisp/window.el