bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#66314: 30.0.50; Possible missing choices in window.el defcustoms


From: Mauro Aranda
Subject: bug#66314: 30.0.50; Possible missing choices in window.el defcustoms
Date: Mon, 2 Oct 2023 17:56:07 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1

The docstring of fit-window-to-buffer-horizontally says it value can be
'only, or any other value that is neither nil or t, besides 'only.
However, its :type only says boolean.

Similarly, the docstring of fit-frame-to-buffer says its value can be,
in addition to nil or t:
- 'horizontally
- 'vertically
- any other
But its :type is boolean.


I'm not sure if this is a case where all possible values are meaningful
for the user to set, cause I don't really understand the code here.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]