]> git.eshelyaron.com Git - emacs.git/commit
Remove window-max-characters-per-line
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 3 Jun 2022 03:20:16 +0000 (05:20 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 3 Jun 2022 03:20:16 +0000 (05:20 +0200)
commit1e42c2c5fcf3f6162de3072d221c2f97c9fb1c67
tree2b7b9982986d5312b80655c060be4380693774e6
parent2340243a312367e225437c7018cd1139afd7e189
Remove window-max-characters-per-line

* doc/lispref/windows.texi (Window Sizes):
* doc/lispref/display.texi (Size of Displayed Text): Remove
documentation.
* lisp/fringe.el (fringe-mode): Point to the right function.

* lisp/window.el (window-char-pixel-width)
(window-char-pixel-height, window-max-characters-per-line): Remove
functions -- this was already added as window-max-chars-per-line.

* src/window.c (Fwindow_body_width): Adjust doc string.
doc/lispref/display.texi
doc/lispref/windows.texi
etc/NEWS
lisp/fringe.el
lisp/window.el
src/window.c